index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed Cache#expire_matched_fragments that couldn't recognize the difference b...
David Heinemeier Hansson
2005-04-07
1
-13
/
+24
*
Added simulation of @request.request_uri in functional tests #1038 [Jamis Buck]
David Heinemeier Hansson
2005-04-07
1
-0
/
+9
*
Fixed that benchmarking times for rendering included db runtimes #987 [skaes@...
David Heinemeier Hansson
2005-04-02
1
-4
/
+10
*
Removed broken attempt to DRY module ClassMethod #970
David Heinemeier Hansson
2005-04-02
2
-0
/
+10
*
Automatically extend the class which gets a module included with the ClassMet...
David Heinemeier Hansson
2005-04-02
2
-10
/
+0
*
Added pagination for scaffolding (10 items per page) #964 [mortonda@dgrmm.net]
David Heinemeier Hansson
2005-04-02
3
-2
/
+5
*
Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existin...
David Heinemeier Hansson
2005-04-02
1
-2
/
+11
*
Fixed :overwrite_param so it doesn't delete but reject elements from @request...
David Heinemeier Hansson
2005-04-02
1
-1
/
+1
*
Added :method option to verify for ensuring that either GET, POST, etc is all...
David Heinemeier Hansson
2005-04-02
1
-4
/
+13
*
Improved the message display on the exception handler pages #963 [Johan Soren...
David Heinemeier Hansson
2005-03-31
3
-6
/
+9
*
Fixed that on very rare occasions, webrick would raise a NoMethodError: priva...
David Heinemeier Hansson
2005-03-31
1
-1
/
+1
*
Fixed problem with page caching #958 [Rick Olson]
David Heinemeier Hansson
2005-03-27
1
-1
/
+1
*
Added ActionController::Base.page_cache_extension for setting the page cache ...
David Heinemeier Hansson
2005-03-27
1
-1
/
+9
*
Fixed "bad environment variable value" exception caused by Safari, Apache, an...
David Heinemeier Hansson
2005-03-27
1
-1
/
+1
*
Added :owerwrite_params back to url_for and friends -- it was AWL since the i...
David Heinemeier Hansson
2005-03-27
1
-1
/
+8
*
Whitespace flicker
David Heinemeier Hansson
2005-03-26
1
-1
/
+0
*
Added include_seconds option as the third parameter to distance_of_time_in_wo...
David Heinemeier Hansson
2005-03-26
1
-1
/
+1
*
Added fourth option to process in test cases to specify the content of the fl...
David Heinemeier Hansson
2005-03-26
1
-1
/
+2
*
Added Verifications that allows you to specify preconditions to actions in fo...
David Heinemeier Hansson
2005-03-26
1
-0
/
+79
*
Added trailing_slash option to url_for, so you can generate urls ending in a ...
David Heinemeier Hansson
2005-03-26
2
-1
/
+4
*
Added documentation on models in sessions #929 [c.r.mcgrath@gmail.com]
David Heinemeier Hansson
2005-03-26
1
-0
/
+7
*
Removed old UrlWriter methods that are no longer in use after Routes #942
David Heinemeier Hansson
2005-03-26
1
-45
/
+4
*
Added expire_matched_fragments(regular_expression) to clear out a lot of frag...
David Heinemeier Hansson
2005-03-26
1
-2
/
+33
*
Fixed that MissingSourceFile's wasn't properly detected in production mode #9...
David Heinemeier Hansson
2005-03-25
2
-9
/
+1
*
Tweaked the rescue with breakpoint, still not perfect
David Heinemeier Hansson
2005-03-23
2
-11
/
+12
*
Improved error reporting especially around never shallowing exceptions. Debug...
David Heinemeier Hansson
2005-03-23
4
-16
/
+20
*
Fixed documentation and prepared for 0.11.0 release
David Heinemeier Hansson
2005-03-22
1
-1
/
+1
*
Tweaked the documentation
David Heinemeier Hansson
2005-03-21
1
-4
/
+4
*
Routes: *path items should use arrays #883
David Heinemeier Hansson
2005-03-21
1
-3
/
+11
*
Added pagination support through both a controller and helper add-on #817 [Sa...
David Heinemeier Hansson
2005-03-20
1
-0
/
+378
*
Introduce to_param to assert_redirected_to #880
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Routes: Convert results of #to_param to strings #879
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...
David Heinemeier Hansson
2005-03-20
2
-5
/
+17
*
Added a much improved Flash module that allows for finer-grained control on e...
David Heinemeier Hansson
2005-03-20
2
-31
/
+127
*
Added to_param call for parameters when composing an url using url_for from s...
David Heinemeier Hansson
2005-03-20
2
-3
/
+8
*
Added path collection syntax for Routes that will gobble up the rest of the u...
David Heinemeier Hansson
2005-03-20
1
-3
/
+24
*
Added a bit more to the session documentation on how to clear sessions
David Heinemeier Hansson
2005-03-20
1
-2
/
+5
*
Remove superfluous begin/end in caching.rb methods #836
David Heinemeier Hansson
2005-03-14
1
-16
/
+6
*
Removed the reliance on PATH_INFO as it was causing problems for caching and ...
David Heinemeier Hansson
2005-03-14
1
-5
/
+1
*
Params for components should treat string and symbol keys indifferently
David Heinemeier Hansson
2005-03-11
1
-1
/
+1
*
Added assigns shortcut for @response.template.assigns to controller test case...
David Heinemeier Hansson
2005-03-10
1
-1
/
+5
*
Added render_partial/render_partial_collection from controllers for easier Aj...
David Heinemeier Hansson
2005-03-09
1
-0
/
+10
*
Fixed that the routes.rb file wouldn't be found on symlinked setups due to Fi...
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Fixed issues with caching root pages #734 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved...
David Heinemeier Hansson
2005-03-06
1
-10
/
+23
*
Added shortcut :id assignment to render_component and friends (before you had...
David Heinemeier Hansson
2005-03-06
1
-3
/
+3
*
Fixed that map.connect should convert arguments to strings #780 [Nicholas Sec...
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...
David Heinemeier Hansson
2005-03-06
1
-3
/
+0
*
Fixed that broken pipe errors (clients disconnecting in mid-request) could br...
David Heinemeier Hansson
2005-03-03
1
-7
/
+12
*
Added the original exception message to session recall errors (so you can see...
David Heinemeier Hansson
2005-03-03
1
-1
/
+1
[next]