| Commit message (Expand) | Author | Age | Files | Lines |
* | s/escape_once/html_escape/, since html safety is the contract that now says w... | Xavier Noria | 2010-06-30 | 1 | -0/+2 |
* | url_for no longer escapes HTML, the :escape option is also gone | Xavier Noria | 2010-06-30 | 1 | -0/+2 |
* | _snowman CHANGELOG (dobry pies) | wycats | 2010-06-29 | 1 | -0/+3 |
* | Update CHANGELOGs. | José Valim | 2010-06-28 | 1 | -1/+2 |
* | Update CHANGELOG. | José Valim | 2010-06-23 | 1 | -0/+6 |
* | Deprecate :name_prefix in the new router DSL. | José Valim | 2010-06-22 | 1 | -0/+2 |
* | Credit for the heavy lifting! | Jeremy Kemper | 2010-06-17 | 1 | -1/+1 |
* | Add shallow routing option to new router [#3765 status:committed] | Andrew White | 2010-06-17 | 1 | -0/+10 |
* | Add support for multi-subdomain session by setting cookie host in session coo... | Rizwan Reza | 2010-06-11 | 1 | -1/+4 |
* | Revert "Add support for multi-subdomain session by setting cookie host in ses... | José Valim | 2010-06-10 | 1 | -4/+1 |
* | Add support for multi-subdomain session by setting cookie host in session coo... | Guillermo Álvarez | 2010-06-10 | 1 | -0/+5 |
* | Removed textilize, textilize_without_paragraph and markdown helpers | Santiago Pastorino | 2010-06-09 | 1 | -0/+2 |
* | Revert "Add shallow routes to the new router" for now. Needs more work. | David Heinemeier Hansson | 2010-06-08 | 1 | -10/+0 |
* | Get ready for beta 4 | David Heinemeier Hansson | 2010-06-08 | 1 | -1/+1 |
* | Add shallow routes to the new router [Closes #3765] | Diego Carrion | 2010-06-07 | 1 | -0/+10 |
* | Update CHANGELOG | wycats | 2010-05-30 | 1 | -0/+2 |
* | Cut the fat and make session stores rely on request.cookie_jar and change set... | José Valim | 2010-05-18 | 1 | -0/+2 |
* | Merge remote branch 'technoweenie/http_token_authentication' | Jeremy Kemper | 2010-04-30 | 1 | -0/+2 |
* | Fix form builder and form helpers inconsistencies [#4432 state:resolved] | Neeraj Singh | 2010-04-29 | 1 | -0/+2 |
* | Move several configuration values from Hash to ActiveSupport::XmlMini, which ... | José Valim | 2010-04-29 | 1 | -0/+2 |
* | Rename fieldWithErrors style to field_with_errors. Remove unused alert style. | Jeremy Kemper | 2010-04-24 | 1 | -0/+2 |
* | added shorthand support for routes like /projects/status(.:format) | Diego Carrion | 2010-04-17 | 1 | -0/+2 |
* | Changed translate helper so that it doesn’t mark every translation as safe ... | Craig Davey | 2010-04-13 | 1 | -0/+5 |
* | Update changelogs for release | David Heinemeier Hansson | 2010-04-13 | 1 | -1/+1 |
* | form_for :as rubydoc and tidy up a bit the form_for doc | Santiago Pastorino | 2010-04-10 | 1 | -0/+2 |
* | Update versions (otherwise you install a gem from source as beta3 but interna... | José Valim | 2010-04-10 | 1 | -0/+6 |
* | Dial back from 'namespace :controller => ...' to 'scope :module => ...' | Jeremy Kemper | 2010-04-09 | 1 | -14/+4 |
* | Routes can be selectively namespaced by path or controller module | Jeremy Kemper | 2010-04-09 | 1 | -1/+18 |
* | adds an entry for #favicon_link_tag in AP's CHANGELOG | Xavier Noria | 2010-04-09 | 1 | -0/+2 |
* | Fixed that default locale templates should be used if the current locale temp... | Carl Lerche | 2010-04-08 | 1 | -0/+2 |
* | Revert "adds #favicon_link_tag and #apple_touch_icon_link_tag" -- these tags ... | David Heinemeier Hansson | 2010-04-08 | 1 | -2/+0 |
* | adds #favicon_link_tag and #apple_touch_icon_link_tag to AP's CHANGELOG | Xavier Noria | 2010-04-07 | 1 | -0/+2 |
* | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2010-04-05 | 1 | -3/+3 |
|\ |
|
| * | Include author in changelog | wycats | 2010-04-05 | 1 | -3/+3 |
* | | Added all the new HTML5 form types as individual form tag methods (search, ur... | David Heinemeier Hansson | 2010-04-05 | 1 | -0/+3 |
|/ |
|
* | * Change the object used in routing constraints to be an instance of | wycats | 2010-04-03 | 1 | -0/+15 |
* | Release is today, yo | David Heinemeier Hansson | 2010-04-01 | 1 | -1/+2 |
* | Updated changelogs to differentiate beta1 and beta2 | wycats | 2010-04-01 | 1 | -1/+3 |
* | Updated changelogs | wycats | 2010-04-01 | 1 | -259/+287 |
* | Fixed that PrototypeHelper#update_page should return html_safe [DHH] | David Heinemeier Hansson | 2010-01-08 | 1 | -0/+2 |
* | Fixed that much of DateHelper wouldn't return html_safe? strings [DHH] | David Heinemeier Hansson | 2010-01-08 | 1 | -0/+2 |
* | Fixed that fragment caching should return a cache hit as html_safe (or it wou... | David Heinemeier Hansson | 2010-01-07 | 1 | -0/+2 |
* | Added that ActionController::Base now does helper :all instead of relying on ... | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+2 |
* | Added ActionDispatch::Request#authorization to access the http authentication... | David Heinemeier Hansson | 2009-12-20 | 1 | -0/+2 |
* | Added alert/notice from 2-3-stable and refactored redirect_to into just livin... | David Heinemeier Hansson | 2009-12-17 | 1 | -0/+12 |
* | Introduce grouped_collection_select helper. | codeape | 2009-08-09 | 1 | -0/+2 |
* | Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" or... | Matthew Rudy Jacobs | 2009-08-05 | 1 | -0/+2 |
* | Ruby 1.9: fix Content-Length for multibyte send_data streaming | Sava Chankov | 2009-08-01 | 1 | -0/+2 |
* | Ruby 1.9: ERB template encoding using a magic comment at the top of the file | Jeremy Kemper | 2009-05-28 | 1 | -0/+3 |
* | Missing CHANGELOG entry for 4a6f4b92ad2f | Pratik Naik | 2009-05-19 | 1 | -0/+5 |