-
Explanation:
When i try to add or remove strategies no routes change....
- Gemfile
```
source 'https://rubygems.org'
gem 'rails', '3.2.14'
gem 'datetimepicker-rails', :require => 'datetimep…
-
routes.rb
``` ruby
Dummy::Application.routes.draw do
mount Teabag::Engine => "/teabag"
end
```
When you attempt to load an asset from within this engine, the mounted path is prefixed before assets…
-
## Description of Problem
Zeus fails to start inside fresh created rails mountable engine
## System details
ruby 1.9.3-p392
rails 3.2.12
zeus - latest
## Steps to Reproduce
1) `rails plugin new blo…
-
I get the following errors, when trying to use the new_api_version generator in a mountable rails engine:
Even without parameters the generator should at least print out it's USAGE.
$ bundle exec ra…
-
on rails 3.1.0 (final)
I am getting this error
```couldn't find file 'tinymce-jquery'
``````
when using the installation
```//= require tinymce-jquery
``````
using
```//= require tinymce
```
is ju…
-
Using Rails Rails 4.0.0.rc1...
When a Rails Engine is generated using the full or mountable flag and a model with a backing migration is created, the rake tasks to copy the migrations fail to copy th…
-
Hi guys, i'm having a issue with 2.14, i'm using rails 3.2.13, and when i'm trying to do a spec in a mountable engine controller and i'm getting this error on :get
Failure/Error: get :index
Argu…
tbem updated
11 years ago
-
Given the following `Gemfile`:
```
source "http://rubygems.org"
gemspec
```
and the following dependencies in my `awesome_gem.gemspec` file:
```
s.add_dependency "nokogiri"
s.add_development_depen…
-
**Issue**:rspec:install doesn't show up in generator list
**Steps to reproduce**:
1. `git@github.com:rails/rails.git`
2. `git checkout origin/4-0-stable`
3. `/path/to/checkout/rails/railties/bin/rai…
-
**Issue**:
Model Generator still uses attr_accessible instead of strong_parameters which leads to this error
``` ruby
RuntimeError (`attr_accessible` is extracted out of Rails into a gem. Please use …