search for: invoke_all

Displaying 4 results from an estimated 4 matches for "invoke_all".

2011 May 06
1
scaffold didn't work
...k.rb: 22:in `send'' from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/task.rb: 22:in `run'' from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/ invocation.rb:118:in `invoke_task'' from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/ invocation.rb:124:in `invoke_all'' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.7/lib/ active_support/dependencies.rb:239:in `map'' from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/core_ext/ ordered_hash.rb:75:in `each'' from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/ invocatio...
2013 Mar 14
7
No Migration Files are created
I''ve been working with Rails for 3 Months now, but haven''t experienced this problem until now. I''m currently working through Micharl Hartls Tutorial and everything worked fine so far, but suddenly (chapter 11) I can nolonger create Migration Files. when entering "rails g model Name field1:type" I don''t get the usual "create db/migrate...."
2011 Sep 13
3
Accessing Rails helper method with_output_buffer
Hi all, I cannot figure out how to correctly use the with_output_buffer helper method (located in ActionView::Helpers::CaptureHelper) inside a custom FormBuilder. Below follows a simplified example. I''m trying to achieve the following behavior in an ERB as suggested in the form_for helper docs in the Rails source: ========== <%= form_for @object, :builder => MyFormBuilder do
2013 May 31
22
accidentally created a rails app in the home folder
Im a new user - I just installed rails, following directions here: http://rubyonrails.org/download however, when it came time to make a rails new path/etc/etc I get this message: Can''t initialize a new Rails application within the directory of another, please change to a non-Rails directory first. The only complication during the download was that I had to upgrade from version 1.8.6 to