search for: rails_trunk

Displaying 2 results from an estimated 2 matches for "rails_trunk".

2007 Dec 18
3
First Shoot, many more to appear: Rails on Ruby 1.9
Guys, Subject says everything: http://www.frederico-araujo.com/2007/12/18/my-first-successful-booting-rails-2-0-2-ruby-1-9-attempt Even ActionView uses Proc.binding (which isn''t correctly supported in 1.9) it appears that lot of folks will try to put their hands in Ruby 1.9 when it comes out, and of course, try to get Rails with Mongrel running in it. Zed, Wayne, Evan and ry: maybe we
2006 Jan 28
1
RailsCron 0.2 questions
...by Rails, so I''m guessing its not available in Rake''s context for some reason. In looking for the cause, I used Rails1.0 (via gem) instead of the svn rails trunk. Now I don''t get the error, and the RailsCron background job starts just fine. I can''t figure why -- $RAILS_TRUNK/activesupport/lib/active_support/core_ext/blank.rb does define String#blank? 2) in $RAILS_CRON/tasks/startup.rake, system calls to ruby are prefixed with "sudo -u #{ENV[''USER'']}". On my deployment host I won''t be a sudoer. For now I''ve simply removed t...