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/action_controller
David Heinemeier Hansson 7c8d2f28e1 Removed broken attempt to DRY module ClassMethod #970
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1069 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-04-02 09:29:43 +00:00
..
assertions Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existing cookies #979 [bitsweat] 2005-04-02 08:54:25 +00:00
cgi_ext Fixed that on very rare occasions, webrick would raise a NoMethodError: private method 'split' called for nil #1001 [Flurin Egger] 2005-03-31 11:46:50 +00:00
session Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved troublesome in persisting circular dependencies. Updating existing applications MUST clear their existing session table from data to start using this updated store #739 [Jamis Buck] 2005-03-06 23:34:03 +00:00
templates Added pagination for scaffolding (10 items per page) #964 [mortonda@dgrmm.net] 2005-04-02 09:11:17 +00:00
base.rb Added trailing_slash option to url_for, so you can generate urls ending in a slash. Note that is currently not recommended unless you need it for special reasons since it breaks caching #937 [stian@grytoyr.net] 2005-03-26 13:38:21 +00:00
benchmarking.rb Initial 2004-11-24 01:04:44 +00:00
caching.rb Fixed problem with page caching #958 [Rick Olson] 2005-03-27 21:52:48 +00:00
cgi_process.rb Fixed that broken pipe errors (clients disconnecting in mid-request) could bring down a fcgi process 2005-03-03 23:12:57 +00:00
components.rb Params for components should treat string and symbol keys indifferently 2005-03-11 01:55:18 +00:00
cookies.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
dependencies.rb Fixed that MissingSourceFile's wasn't properly detected in production mode #925 [Nicholas Seckar] 2005-03-25 09:07:01 +00:00
filters.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
flash.rb Added a much improved Flash module that allows for finer-grained control on expiration and allows you to flash the current action #839 [Caio Chassot] 2005-03-20 19:12:53 +00:00
helpers.rb Fixed that MissingSourceFile's wasn't properly detected in production mode #925 [Nicholas Seckar] 2005-03-25 09:07:01 +00:00
layout.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
pagination.rb Added pagination for scaffolding (10 items per page) #964 [mortonda@dgrmm.net] 2005-04-02 09:11:17 +00:00
request.rb Changed .htaccess to allow dispatch.* to be called from a sub-directory as part of the push with Action Pack to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke] Fixed routing and helpers to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke] 2005-03-20 22:02:22 +00:00
rescue.rb Tweaked the rescue with breakpoint, still not perfect 2005-03-23 12:03:30 +00:00
response.rb Added "short hypertext note with a hyperlink to the new URI(s)" to redirects to fulfill compliance with RFC 2616 (HTTP/1.1) section 10.3.3 #397 [Tim Bates] 2004-12-31 17:07:20 +00:00
routing.rb Improved error reporting especially around never shallowing exceptions. Debugging helpers should be much easier now #980 [Nicholas Seckar] 2005-03-23 11:48:10 +00:00
scaffolding.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00
session.rb Forgot to include the new session module 2004-12-22 14:30:29 +00:00
test_process.rb Added fourth option to process in test cases to specify the content of the flash #949 [Jamis Buck] 2005-03-26 21:43:25 +00:00
url_rewriter.rb Fixed :overwrite_param so it doesn't delete but reject elements from @request.parameters #982 [raphinou@yahoo.com] 2005-04-02 08:35:04 +00:00
verification.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00