1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/abstract_controller
Sergey Nartimov 7d862359d0 get rid of using instance_variable_names method from AS
- instance_variables return symbols in 1.9
- there is instance_variable_defined? method
2012-01-07 14:44:47 +03:00
..
railties Rely on a public contract between railties instead of accessing railtie methods directly. 2011-11-23 19:06:45 +00:00
asset_paths.rb Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365 2011-12-12 17:11:07 +01:00
base.rb Remove extra white spaces on ActionPack docs. 2011-05-23 20:22:33 -03:00
callbacks.rb Array.wrap is no longer needed in AbstractController::Callbacks 2012-01-05 16:48:40 -03:00
collector.rb
helpers.rb Remove extra white spaces on ActionPack docs. 2011-05-23 20:22:33 -03:00
layouts.rb Remove deprecated layout lookup. 2011-12-20 14:44:48 +01:00
logger.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
rendering.rb get rid of using instance_variable_names method from AS 2012-01-07 14:44:47 +03:00
translation.rb
url_for.rb minor edits after going through what's new in docrails 2011-05-14 11:15:43 +02:00
view_paths.rb Use Kernel#Array instead of Array.wrap in view_paths 2012-01-05 17:08:18 -03:00