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
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Memcached sessions: add session data on initialization; don't silently discar...
Jeremy Kemper
2007-10-14
1
-0
/
+2
*
error_messages_for also takes :message and :header_message options which defa...
Jeremy Kemper
2007-10-14
1
-0
/
+2
*
Make sure that custom inflections are picked up by map.resources by triggerin...
Michael Koziarski
2007-10-13
1
-0
/
+2
*
Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...
David Heinemeier Hansson
2007-10-10
1
-0
/
+4
*
rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl...
Jeremy Kemper
2007-10-10
1
-0
/
+2
*
Add :status to redirect_to allowing users to choose their own response code w...
Michael Koziarski
2007-10-09
1
-0
/
+2
*
Add link_to :back which uses your referrer with a fallback to a javascript li...
Michael Koziarski
2007-10-08
1
-0
/
+2
*
error_messages_for and friends also work with local variables. Closes #9699.
Jeremy Kemper
2007-10-07
1
-0
/
+2
*
Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string...
Jeremy Kemper
2007-10-07
1
-0
/
+2
*
Typo
Jeremy Kemper
2007-10-06
1
-1
/
+1
*
Move misplaced CHANGELOG entry
Jeremy Kemper
2007-10-06
1
-0
/
+2
*
Use #require_library_or_gem to load the memcache library for the MemCache ses...
Rick Olson
2007-10-03
1
-0
/
+2
*
Move ActionController::Routing.optimise_named_routes to ActionController::Bas...
Rick Olson
2007-10-03
1
-0
/
+6
*
Merge session fixation fixes from stable
Michael Koziarski
2007-10-02
1
-0
/
+4
*
Fixed that render template did not honor exempt_from_layout (closes #9698) [p...
David Heinemeier Hansson
2007-09-30
1
-0
/
+2
*
Updated
David Heinemeier Hansson
2007-09-29
1
-1
/
+600
*
Better error messages if you leave out the :secret option for request forgery...
Rick Olson
2007-09-28
1
-0
/
+2
*
Allow ability to disable request forgery protection, disable it in test mode ...
Rick Olson
2007-09-28
1
-0
/
+2
*
Avoid calling is_missing on LoadErrors. Closes #7460.
Nicholas Seckar
2007-09-27
1
-0
/
+2
*
Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...
Jeremy Kemper
2007-09-26
1
-0
/
+2
*
The tag helper may bypass escaping.
Jeremy Kemper
2007-09-24
1
-0
/
+2
*
Cache asset ids.
Jeremy Kemper
2007-09-24
1
-0
/
+2
*
Optimized named routes respect AbstractRequest.relative_url_root. Closes #9612.
Jeremy Kemper
2007-09-23
1
-0
/
+2
*
Introduce ActionController::Base.rescue_from to declare exception-handling me...
Jeremy Kemper
2007-09-23
1
-0
/
+2
*
Rename some RequestForgeryProtection methods. The class method is now #prote...
Rick Olson
2007-09-23
1
-0
/
+2
*
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...
Rick Olson
2007-09-23
1
-0
/
+2
*
Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...
Rick Olson
2007-09-23
1
-0
/
+5
*
Remove use of & logic operator. Closes #8114.
Nicholas Seckar
2007-09-22
1
-0
/
+2
*
Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (...
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Fixed that setting the :host option in url_for would automatically turn off :...
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Added FormHelper#label (closes #8641) [jcoglan]
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]
David Heinemeier Hansson
2007-09-21
1
-0
/
+2
*
Forgotten changelog entry
Michael Koziarski
2007-09-21
1
-0
/
+2
*
Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...
David Heinemeier Hansson
2007-09-21
1
-0
/
+2
*
Don't warn when a path segment precedes a required segment. Closes #9615.
Nicholas Seckar
2007-09-21
1
-0
/
+2
*
Fixed CaptureHelper#content_for to work with the optional content parameter i...
David Heinemeier Hansson
2007-09-21
1
-0
/
+2
*
Added that render :json will automatically call .to_json unless its being pas...
David Heinemeier Hansson
2007-09-20
1
-0
/
+25
*
Autolink behaves well with emails embedded in URLs. Closes #7313.
Jeremy Kemper
2007-09-20
1
-0
/
+2
*
Fixed that default layouts did not take the format into account #9564 [lifofifo]
David Heinemeier Hansson
2007-09-18
1
-0
/
+2
*
Fixed optimized route segment escaping. Closes #9562.
Jeremy Kemper
2007-09-15
1
-0
/
+2
*
root_path returns '/' not ''. Closes #9563.
Jeremy Kemper
2007-09-15
1
-0
/
+2
*
Fixed that setting request.format should also affect respond_to blocks [DHH]
David Heinemeier Hansson
2007-09-15
1
-1
/
+1
*
Fixed that setting request.format would also affect respond_to blocks [DHH]
David Heinemeier Hansson
2007-09-15
1
-0
/
+2
*
Add option to force binary mode on tempfile used for fixture_file_upload. Clo...
Jeremy Kemper
2007-09-14
1
-0
/
+2
*
Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...
David Heinemeier Hansson
2007-09-11
1
-0
/
+2
*
Fixed that resource namespaces wouldnt stick to all nested resources (closes ...
David Heinemeier Hansson
2007-09-10
1
-0
/
+2
*
Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...
David Heinemeier Hansson
2007-09-10
1
-0
/
+2
*
Removed deprecated form of calling xml_http_request/xhr without the first arg...
David Heinemeier Hansson
2007-09-09
1
-0
/
+2
*
Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...
David Heinemeier Hansson
2007-09-09
1
-0
/
+7
[prev]
[next]