search for: file_update_check

Displaying 5 results from an estimated 5 matches for "file_update_check".

Did you mean: file_update_checker
2010 Jul 28
3
Rails 3.0.0.rc // rails locales prevent app boot
Hi all, I got the following error message when booting up my app (which works fine with Rails 3.0.0.beta4) in Rails 3.0.0.rc; activesupport-3.0.0.rc/lib/active_support/file_update_checker.rb:27:in `stat'': can''t convert Array into String (TypeError) When I put some debug code on that line I see the follwing array being passed; ["/Users/smath/.rvm/gems/ruby-1.8.7-p299/gems/activesupport-3.0.0.rc/ lib/active_support/locale/en.yml", "/Users/smath/.rv...
2011 Dec 07
1
Errors when running the local server
...3.1.3/lib/rails/application/routes_reloader.rb:13:in `reload!'' from /Users/liujunjun/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/application/routes_reloader.rb:7:in `initialize'' from /Users/liujunjun/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.3/lib/active_support/file_update_checker.rb:32:in `call'' from /Users/liujunjun/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.3/lib/active_support/file_update_checker.rb:32:in `execute_if_updated'' from /Users/liujunjun/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.3/lib/rails/application/finisher.rb:63 from /Users/liuj...
2011 May 27
3
unable to start server
.../rails/application.rb:127:in `each'' from /usr/lib/ruby/gems/1.8/gems/railties-3.0.7/lib/rails/application.rb:127:in `reload_routes!'' from /usr/lib/ruby/gems/1.8/gems/railties-3.0.7/lib/rails/application.rb:120 from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.7/lib/active_support/file_update_checker.rb:32:in `call'' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.7/lib/active_support/file_update_checker.rb:32:in `execute_if_updated'' from /usr/lib/ruby/gems/1.8/gems/railties-3.0.7/lib/rails/application/finisher.rb:51 from /usr/lib/ruby/gems/1.8/gems/railties-3.0.7/lib/rail...
2013 Aug 29
4
linkedin gem
.../lib/rails/application/routes_reloader.rb:16:in `reload!'' from /Users/rekha/.rvm/gems/ruby-1.9.2-p320/gems/railties-3.2.13/lib/rails/application/routes_reloader.rb:26:in `block in updater'' from /Users/rekha/.rvm/gems/ruby-1.9.2-p320/gems/activesupport-3.2.13/lib/active_support/file_update_checker.rb:78:in `call'' from /Users/rekha/.rvm/gems/ruby-1.9.2-p320/gems/activesupport-3.2.13/lib/active_support/file_update_checker.rb:78:in `execute'' from /Users/rekha/.rvm/gems/ruby-1.9.2-p320/gems/railties-3.2.13/lib/rails/application/routes_reloader.rb:27:in `updater''...
2012 Jan 26
2
Problem while creating new resource on ActiveAdmin
HI All, I have installed the Active Admin successfully, but facing the following error while restarting the server after generating an resource. *rails generate active_admin:resource item* /home/logs/Desktop/training/RAILS/courier/app/admin/items.rb:1:in `<top (required)>'': uninitialized constant Item (NameError) from