1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
Pratik Naik 2b69840e5e Remove ActionController::Base#view_controller_internals
Get rid of ActionController::Base#view_controller_internals flag and
use @@protected_view_variables for storing the list of controller
specific instance variables which should be inaccessible inside views.
2008-04-21 03:45:38 +01:00
actionmailer Avoid modifying the sendmail_settings hash when using the return path. Closes #7572 [billkirtley] 2008-04-05 11:28:15 +00:00
actionpack Remove ActionController::Base#view_controller_internals 2008-04-21 03:45:38 +01:00
activemodel Use define_callbacks helper for ActiveRecord validations. 2008-04-20 11:45:44 -05:00
activerecord Avoid adding two DISTINCT statements to queries in sqlite 2. 2008-04-21 11:47:15 +12:00
activeresource Fix more typos and changelog 2008-04-05 11:18:05 +00:00
activesupport Use append_features instead of included to get the inclusion order right 2008-04-20 16:49:58 -07:00
railties Add example for default_url_options[:host] to generated mailers. 2008-04-18 17:19:28 -05:00
.gitignore Ignore debug logs and ensure ActiveResource's log is cleaned up. 2008-04-16 13:17:03 -05:00
cleanlogs.sh Ignore debug logs and ensure ActiveResource's log is cleaned up. 2008-04-16 13:17:03 -05:00
pushgems.rb Testing commits 2008-04-10 22:09:13 -05:00
Rakefile Toplevel test task uses the same rake it was invoked with 2007-12-18 21:12:45 +00:00
release.rb Removed query cache rescue as it could cause code to be run twice (closes #10408) [DHH] 2007-12-07 13:34:06 +00:00