-
Rake tasks error out.
WARNING: Global access to Rake DSL methods is deprecated. Please include
... Rake::DSL into classes and modules which use the Rake DSL methods.
WARNING: DSL method App2Eng…
-
So I could move the actual admin section to, say, `/afterburner`, instead of `/admin` or whatever similar convention we come up with. And likewise, so instead of mounting at the root of an app, ABC pl…
-
Unfortunately this is currently not working when used in a mountable engine.
```
dev4:rails vincent$ rails -v
Rails 3.2.2
dev4:rails vincent$ rvm use 1.9.3
Using /Users/vincent/.rvm/gems/ruby-1.9.3-p…
-
After creating rails engine project, certain rake tasks disappear from the root directory. For example, rake db:test:prepare, rake routes and rake assets:precompile for the engine created with:
rails…
-
When i created a mountable plugin using
``` shell
rails plugin new foobar --mountable
```
It create a Rakefile with the following code :
``` ruby
APP_RAKEFILE = File.expand_path("../test/dummy/Rak…
-
Generating a rails engine with `rails plugin new -T --dummy-path=spec/dummy --mountable` doesn't appear to properly generate the Rakefile.
Normally, generating a rails engine with testunit includes …
-
Apologies for not submitting this as a patch, but I can't quite decide what the language change should be.
The current documentation for [Generating an engine](http://edgeguides.rubyonrails.org/engin…
-
Hi,
I'm putting a calendar grid on my refinery/calendar/events/index page. The grid works great, but when I attempt to place links for navigating to the previous or next month, I receive routing err…
-
Steps to reproduce:
- create new rails 3.2.\* app
- add `jasmine-rails` gem
- set `src_files` to `application.js` in `jasmine.yml`
- mount jasmine engine in the route file
- go to path specified in th…
-
I was trying to follow the guide on how to create a RefineryCMS install and a demo extension and I got the following error upon visiting http://localhost:3000/events
```
Routing Error
No route match…