| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Missed post_via_redirect. References #6834 | Michael Koziarski | 2007-10-13 | 1 | -1/+1 |
* | Define get_via_redirect as well. Closes #6834 [colthorp] | Michael Koziarski | 2007-10-13 | 1 | -1/+2 |
* | Make sure that custom inflections are picked up by map.resources by triggerin... | Michael Koziarski | 2007-10-13 | 3 | -7/+82 |
* | Update versions here too | David Heinemeier Hansson | 2007-10-12 | 2 | -2/+2 |
* | JavaScriptVariableProxy#to_json ignores the options arg | Jeremy Kemper | 2007-10-11 | 1 | -1/+1 |
* | Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change... | David Heinemeier Hansson | 2007-10-10 | 5 | -530/+564 |
* | rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl... | Jeremy Kemper | 2007-10-10 | 3 | -4/+68 |
* | Add :status to redirect_to allowing users to choose their own response code w... | Michael Koziarski | 2007-10-09 | 4 | -10/+105 |
* | form_for example for namespaced routes. Closes #9769 [sjgman9] | Michael Koziarski | 2007-10-08 | 1 | -0/+6 |
* | 1 years -> 1 year | Jeremy Kemper | 2007-10-08 | 1 | -1/+1 |
* | Add tests for [7727]. Closes #6090 [dkubb, mpalmer, tarmo] | Jeremy Kemper | 2007-10-08 | 1 | -0/+15 |
* | Add link_to :back which uses your referrer with a fallback to a javascript li... | Michael Koziarski | 2007-10-08 | 3 | -4/+24 |
* | error_messages_for and friends also work with local variables. Closes #9699. | Jeremy Kemper | 2007-10-07 | 5 | -6/+64 |
* | Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string... | Jeremy Kemper | 2007-10-07 | 5 | -1/+24 |
* | String#to_xs uses the fast_xs extension if available for Builder speedup. | Jeremy Kemper | 2007-10-07 | 1 | -0/+1 |
* | BlankSlate -> BasicObject | Jeremy Kemper | 2007-10-07 | 1 | -1/+1 |
* | Use StringIO and Tempfile subclasses instead of defining singleton methods on... | Jeremy Kemper | 2007-10-06 | 2 | -59/+79 |
* | Rewind stdin if possible after multipart parsing. | Jeremy Kemper | 2007-10-06 | 2 | -1/+4 |
* | Don't generate strings to log unless they'll actually get logged. | Jeremy Kemper | 2007-10-06 | 1 | -1/+1 |
* | Typo | Jeremy Kemper | 2007-10-06 | 1 | -1/+1 |
* | Move misplaced CHANGELOG entry | Jeremy Kemper | 2007-10-06 | 1 | -0/+2 |
* | Bump versions for 1.2.4 release. | Jeremy Kemper | 2007-10-05 | 2 | -4/+4 |
* | Move #query_string to AbstractRequest | Jeremy Kemper | 2007-10-03 | 2 | -3/+10 |
* | rescue LoadError if memcache isn't available while loading the MemCache fragm... | Rick Olson | 2007-10-03 | 1 | -0/+4 |
* | Use #require_library_or_gem to load the memcache library for the MemCache ses... | Rick Olson | 2007-10-03 | 3 | -1/+4 |
* | Move ActionController::Routing.optimise_named_routes to ActionController::Bas... | Rick Olson | 2007-10-03 | 6 | -17/+28 |
* | Merge session fixation fixes from stable | Michael Koziarski | 2007-10-02 | 2 | -4/+16 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 33 | -170/+193 |
* | Fixed that render template did not honor exempt_from_layout (closes #9698) [p... | David Heinemeier Hansson | 2007-09-30 | 4 | -3/+24 |
* | Docfix (closes #9740) [chuyeow] | David Heinemeier Hansson | 2007-09-30 | 1 | -5/+4 |
* | Fixed JSON encoding to use quoted keys according to the JSON standard (closes... | David Heinemeier Hansson | 2007-09-30 | 1 | -3/+3 |
* | Updated | David Heinemeier Hansson | 2007-09-29 | 1 | -1/+600 |
* | Fixed that a response has to be available for that exact mime type for it to ... | David Heinemeier Hansson | 2007-09-29 | 1 | -1/+1 |
* | Fixed that strip_tags blows up with invalid html (closes #9730) [lifo] | David Heinemeier Hansson | 2007-09-29 | 2 | -4/+9 |
* | Ensure request is present, as well as defined. [nzkoz] | Michael Koziarski | 2007-09-29 | 1 | -4/+4 |
* | Re-enable Routing optimisation code for _url methods, add defined?(request) t... | Michael Koziarski | 2007-09-28 | 3 | -17/+23 |
* | Better error messages if you leave out the :secret option for request forgery... | Rick Olson | 2007-09-28 | 3 | -46/+81 |
* | Add missing require | Michael Koziarski | 2007-09-28 | 1 | -0/+1 |
* | Allow ability to disable request forgery protection, disable it in test mode ... | Rick Olson | 2007-09-28 | 12 | -21/+75 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 18 | -30/+30 |
* | Fixed the layout defaults (closes #9564) [lifo] | David Heinemeier Hansson | 2007-09-28 | 8 | -17/+96 |
* | Avoid calling is_missing on LoadErrors. Closes #7460. | Nicholas Seckar | 2007-09-27 | 2 | -1/+3 |
* | Reinstate the default AR.instantiate_observers to_prepare block. | Jeremy Kemper | 2007-09-26 | 1 | -0/+6 |
* | Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ... | Jeremy Kemper | 2007-09-26 | 4 | -1/+302 |
* | Protect button_to behind protect_from_forgery (closes #9675) [lifo] | David Heinemeier Hansson | 2007-09-25 | 2 | -108/+45 |
* | Please do remember | David Heinemeier Hansson | 2007-09-25 | 1 | -0/+1 |
* | Added another failing test | David Heinemeier Hansson | 2007-09-25 | 1 | -0/+24 |
* | Doh, forgot this file | David Heinemeier Hansson | 2007-09-25 | 1 | -0/+1 |
* | Better failing tests | David Heinemeier Hansson | 2007-09-25 | 3 | -6/+6 |
* | Added failing tests for iphone | David Heinemeier Hansson | 2007-09-25 | 3 | -6/+15 |