| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Added information about @performed_redirect for redirect_to calls." | Pratik Naik | 2008-11-02 | 1 | -3/+0 |
* | Merge commit 'mainstream/master' | Pratik Naik | 2008-11-02 | 22 | -40/+216 |
|\ |
|
| * | Cleaned up route optimisation guard condition generation code as it was getti... | Tom Lea | 2008-11-01 | 2 | -7/+32 |
| * | Simplified the logging format for parameters (don't include controller, actio... | David Heinemeier Hansson | 2008-11-01 | 2 | -6/+25 |
| * | Make sure habtm use class variable to list association valid keys | Luca Guidi | 2008-11-01 | 1 | -1/+2 |
| * | Remove the logging of the Session ID when the session store is CookieStore [DHH] | David Heinemeier Hansson | 2008-11-01 | 2 | -1/+7 |
| * | Accidently nixed a doc header | David Heinemeier Hansson | 2008-11-01 | 1 | -0/+1 |
| * | Added render :js for people who want to render inline JavaScript replies with... | David Heinemeier Hansson | 2008-11-01 | 2 | -1/+33 |
| * | Ensure content type gets reset after render_to_string [#1182 state:resolved] | Joshua Peek | 2008-10-30 | 2 | -0/+11 |
| * | Merge branch 'master' of git@github.com:rails/rails | David Heinemeier Hansson | 2008-10-30 | 3 | -2/+6 |
| |\ |
|
| | * | Dup local assigns for partial collections so nil values doesn't get overwritt... | Joshua Peek | 2008-10-30 | 3 | -2/+6 |
| * | | Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed] | Seth Fitzsimmons | 2008-10-30 | 3 | -1/+16 |
| |/ |
|
| * | Proper API for reloading translations | David Heinemeier Hansson | 2008-10-29 | 2 | -2/+6 |
| * | Ensure @content_for_* is checked before yielding to block in render :layout [... | Ryan Bates | 2008-10-28 | 4 | -1/+16 |
| * | Merge branch 'master' of git@github.com:rails/rails | David Heinemeier Hansson | 2008-10-28 | 6 | -14/+24 |
| |\ |
|
| | * | Track rendered templates in stack so the current template can always be acces... | Joshua Peek | 2008-10-28 | 5 | -7/+23 |
| | * | Thread Safety: Ensure recognize_optimized is immediately written instead of l... | Joshua Peek | 2008-10-27 | 1 | -7/+1 |
| * | | A little less hokus pokus | David Heinemeier Hansson | 2008-10-28 | 1 | -5/+4 |
| |/ |
|
| * | modified current_page? to ignore extra parameters unless specified in options | Erik Andrejko | 2008-10-26 | 2 | -3/+24 |
| * | Fixed bug with asset timestamping when using relative_url_root (Joe Goldwasse... | David Heinemeier Hansson | 2008-10-26 | 3 | -1/+14 |
* | | Update auto_link documentation to use new API (overlooked in Rails commit 10d... | Tom Stuart | 2008-10-30 | 1 | -5/+5 |
* | | Added information about @performed_redirect for redirect_to calls. | Ryan Bigg | 2008-10-27 | 1 | -0/+3 |
|/ |
|
* | Update CHANGELOGs with the last few fixes, set date for today | David Heinemeier Hansson | 2008-10-24 | 1 | -1/+3 |
* | Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes. | Jeffrey Hardy | 2008-10-23 | 2 | -1/+16 |
* | Fix that HTML::Node.parse would blow up on unclosed CDATA sections. | Jeffrey Hardy | 2008-10-23 | 3 | -1/+39 |
* | Proper update call for gem server | David Heinemeier Hansson | 2008-10-23 | 1 | -1/+1 |
* | Push to new gem server | David Heinemeier Hansson | 2008-10-23 | 1 | -2/+2 |
* | Prepare for Rails 2.2.0 [RC1] | David Heinemeier Hansson | 2008-10-23 | 2 | -2/+2 |
* | Merge with docrails. Also add a rake task to generate guides in your rails ap... | Pratik Naik | 2008-10-21 | 1 | -6/+6 |
* | Dont try to auto-set the etag based on the body if any freshness headers have... | David Heinemeier Hansson | 2008-10-21 | 3 | -17/+49 |
* | Remove stuff that was deprecated in 2-1-stable | Pratik Naik | 2008-10-21 | 2 | -42/+0 |
* | No use case handy for justifying fresh? any more | David Heinemeier Hansson | 2008-10-21 | 2 | -6/+1 |
* | Let fresh_when actually do the head(:not_modified). Cleaner and we get the fi... | David Heinemeier Hansson | 2008-10-21 | 2 | -13/+9 |
* | Merge branch 'master' of git@github.com:rails/rails | David Heinemeier Hansson | 2008-10-21 | 2 | -2/+11 |
|\ |
|
| * | Ensure ActionView::Helpers::AssetTagHelper::AssetTag::Cache is cleared before... | Tim Harper | 2008-10-20 | 2 | -2/+11 |
* | | Added stale?/fresh? and fresh_when methods to provide a layer of abstraction ... | David Heinemeier Hansson | 2008-10-21 | 4 | -30/+113 |
|/ |
|
* | Sanitize the URLs passed to redirect_to to prevent a potential response split... | Michael Koziarski | 2008-10-19 | 1 | -2/+2 |
* | Added inline builder yield to atom_feed_helper tags where appropriate (Sam Ru... | David Heinemeier Hansson | 2008-10-13 | 3 | -8/+84 |
* | Add support for xml processing instructions in atom_feed_helper [#926 state:r... | Matthew M. Boedicker | 2008-10-13 | 2 | -0/+61 |
* | Make sure named routes with parameters can be used in tests before a request ... | Eloy Duran | 2008-10-13 | 2 | -0/+4 |
* | Allow use of :path_prefix and :name_prefix outside of namespaced routes. [#11... | Tom Stuart | 2008-10-08 | 2 | -3/+22 |
* | Make sure last_modified! works with <= rather than just equality. | Michael Koziarski | 2008-10-07 | 2 | -1/+9 |
* | Ensure select_tag#name attribute uses [] when :multiple is true. [#1146 state... | Andrew Kaspick | 2008-10-07 | 2 | -4/+6 |
* | Implement submit_to_remote as a wrapper around a more generic button_to_remote | Tarmo Tänav | 2008-10-07 | 3 | -15/+11 |
* | Fix image_tag behavior on windows. [#1085 state:resolved] | madlep | 2008-10-06 | 2 | -1/+14 |
* | Merge docrails | Pratik Naik | 2008-10-05 | 2 | -8/+16 |
* | Move controller ivar copying to a separate method | Pratik Naik | 2008-10-05 | 1 | -8/+10 |
* | Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in Actio... | Pratik Naik | 2008-10-04 | 1 | -99/+3 |
* | Ensure rescue_from handlers are respected inside tests. [#835 state:resolved] | Pratik Naik | 2008-10-04 | 3 | -43/+30 |
* | Return processing lock to dispatcher, the finer grained lock was incompatible... | Aliaksey Kandratsenka | 2008-10-04 | 2 | -9/+14 |