RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: bhavish
An1 tried it with simple_form , i suppose that is the error that i am facing
Did u get the error ?
Getting missing partials in rails 3.1 and the error points to missing block in
fields = f.fields_for(association, new_object, :child_index => "new_#{association}") do |builder| fields = render(association.to_s.singularize + "_fields", :f => builder) end
Any clue as to why this is coming ?
Can u post ur code for 3.1 ? i seem to be having some problem with this lines:
fields = f.fields_for(association, new_object, :child_index => "new_#{association}") do |builder| render(association.to_s.singularize + "_fields", :f => builder) end
When i try to install mercury , and run rake mercury_engine:install:migrations
i get the following error
rake aborted! Don't know how to build task 'railties:install:migrations'
any idea why this happens ?
An1 tried it with simple_form , i suppose that is the error that i am facing
Did u get the error ?
Getting missing partials in rails 3.1 and the error points to missing block in
Any clue as to why this is coming ?
Can u post ur code for 3.1 ? i seem to be having some problem with this lines:
When i try to install mercury , and run rake mercury_engine:install:migrations
i get the following error
rake aborted!
Don't know how to build task 'railties:install:migrations'
any idea why this happens ?