rails/actionpack/lib/abstract_controller
Vijay Dev 1e25d6217c Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	actionmailer/CHANGELOG.md
2012-02-25 21:52:59 +05:30
..
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 Fix AbstractController#controller_path doc 2012-02-19 11:47:39 +04:00
callbacks.rb Remove skip_filter block param 2012-02-23 11:25:31 +04:00
collector.rb Add missing require on abstract_controller/collector [#4061 status:resolved] 2010-02-26 10:27:06 +01:00
helpers.rb Remove extra white spaces on ActionPack docs. 2011-05-23 20:22:33 -03:00
layouts.rb Refactored two methods to use delete with a block 2012-02-21 17:04:22 +00:00
logger.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
rendering.rb Symbol#[] method presents in Ruby 1.9 2012-01-07 15:30:36 +03:00
translation.rb Move ActionController::Translation to AbstractController::Translation. 2010-01-20 15:02:13 +01:00
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