-
Hi, I have this error under Windows 8.1 x64, VirtualBox 4.3.16 and Vagrant 1.6.5.
Error :
==> default: apt-non-interactive('install')...
==> default: rake aborted!
==> default: No Rakefile found (loo…
-
I tried to run tests again after #1 was fixed. However now I am unable to run them at all.
The difference is that now I am running 3.3.5 ruby and rake 13.1.0, it worked well with 3.2.5 and rake 13.0.…
-
Soooo ... I installed `neo4j-rake_tasks` by use of bundler and a Gemfile and that seems to go well, but there is no Rakefile or what?
```
$ rake neo4j:install[community-latest]
rake aborted!
No …
iehdk updated
5 years ago
-
I used the `bundle gem ` command today to scaffold a new gem. The scaffolded gem had the following in the `Rakefile`
```ruby
require "minitest/test_task"
Minitest::TestTask.create
```
When …
-
Should [Rakefile line 37](https://github.com/cosmo0920/windows-pr/blob/master/Rakefile#L37)
```ruby
t.test_files = FileList[file]
```
be changed to --
```ruby
t.test_files = FileList['test/hel…
-
It would be far more idiomatic and would be cross-platform.
-
Hi Nic,
Fantastic repo. I am however running into one issue.
My generated Rakefile seems a little bit light. All I have is the following in it after running `generate.go`
```
require 'minke'
spec…
-
While working on #18845 and #18850, I noticed a few things that could be improved in the `Rakefile`:
- DRY how we load `Podfile.lock`
- We have tasks such as `test` and `clean` that are redundant …
-
Please provide some extension tasks for this to install as a gem properly via the repo here.
Nubes should not have to do this manually.
Thanks!
Just add to rakefile:
require "rake/extensiontask"
…
-
Rake tasks will not suffice in the task of allowing the gem to ability to provide custom OpenLayers **build**s.
This gem will need to incorporate / convert to generators.
Convert the Rakefile (which…