aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up CHANGELOGsJeremy Kemper2010-08-281-0/+2
* password_field renders with nil value by defaultSantiago Pastorino2010-08-281-0/+2
* Update CHANGELOG.José Valim2010-08-261-2/+11
* Update CHANGELOG for ActionPack.José Valim2010-08-231-0/+5
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Spaces, people, spaces!David Heinemeier Hansson2010-07-261-0/+1
* Prep for RCDavid Heinemeier Hansson2010-07-261-1/+1
* Add missing entries and tidy up CHANGELOG.José Valim2010-07-191-0/+2
* s/escape_once/html_escape/, since html safety is the contract that now says w...Xavier Noria2010-06-301-0/+2
* url_for no longer escapes HTML, the :escape option is also goneXavier Noria2010-06-301-0/+2
* _snowman CHANGELOG (dobry pies)wycats2010-06-291-0/+3
* Update CHANGELOGs.José Valim2010-06-281-1/+2
* Update CHANGELOG.José Valim2010-06-231-0/+6
* Deprecate :name_prefix in the new router DSL.José Valim2010-06-221-0/+2
* Credit for the heavy lifting!Jeremy Kemper2010-06-171-1/+1
* Add shallow routing option to new router [#3765 status:committed]Andrew White2010-06-171-0/+10
* Add support for multi-subdomain session by setting cookie host in session coo...Rizwan Reza2010-06-111-1/+4
* Revert "Add support for multi-subdomain session by setting cookie host in ses...José Valim2010-06-101-4/+1
* Add support for multi-subdomain session by setting cookie host in session coo...Guillermo Álvarez2010-06-101-0/+5
* Removed textilize, textilize_without_paragraph and markdown helpersSantiago Pastorino2010-06-091-0/+2
* Revert "Add shallow routes to the new router" for now. Needs more work.David Heinemeier Hansson2010-06-081-10/+0
* Get ready for beta 4David Heinemeier Hansson2010-06-081-1/+1
* Add shallow routes to the new router [Closes #3765]Diego Carrion2010-06-071-0/+10
* Update CHANGELOGwycats2010-05-301-0/+2
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-181-0/+2
* Merge remote branch 'technoweenie/http_token_authentication'Jeremy Kemper2010-04-301-0/+2
* Fix form builder and form helpers inconsistencies [#4432 state:resolved]Neeraj Singh2010-04-291-0/+2
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-0/+2
* Rename fieldWithErrors style to field_with_errors. Remove unused alert style.Jeremy Kemper2010-04-241-0/+2
* added shorthand support for routes like /projects/status(.:format)Diego Carrion2010-04-171-0/+2
* Changed translate helper so that it doesn’t mark every translation as safe ...Craig Davey2010-04-131-0/+5
* Update changelogs for releaseDavid Heinemeier Hansson2010-04-131-1/+1
* form_for :as rubydoc and tidy up a bit the form_for docSantiago Pastorino2010-04-101-0/+2
* Update versions (otherwise you install a gem from source as beta3 but interna...José Valim2010-04-101-0/+6
* Dial back from 'namespace :controller => ...' to 'scope :module => ...'Jeremy Kemper2010-04-091-14/+4
* Routes can be selectively namespaced by path or controller moduleJeremy Kemper2010-04-091-1/+18
* adds an entry for #favicon_link_tag in AP's CHANGELOGXavier Noria2010-04-091-0/+2
* Fixed that default locale templates should be used if the current locale temp...Carl Lerche2010-04-081-0/+2
* Revert "adds #favicon_link_tag and #apple_touch_icon_link_tag" -- these tags ...David Heinemeier Hansson2010-04-081-2/+0
* adds #favicon_link_tag and #apple_touch_icon_link_tag to AP's CHANGELOGXavier Noria2010-04-071-0/+2
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2010-04-051-3/+3
|\
| * Include author in changelogwycats2010-04-051-3/+3
* | Added all the new HTML5 form types as individual form tag methods (search, ur...David Heinemeier Hansson2010-04-051-0/+3
|/
* * Change the object used in routing constraints to be an instance ofwycats2010-04-031-0/+15
* Release is today, yoDavid Heinemeier Hansson2010-04-011-1/+2
* Updated changelogs to differentiate beta1 and beta2wycats2010-04-011-1/+3
* Updated changelogswycats2010-04-011-259/+287
* Fixed that PrototypeHelper#update_page should return html_safe [DHH]David Heinemeier Hansson2010-01-081-0/+2
* Fixed that much of DateHelper wouldn't return html_safe? strings [DHH]David Heinemeier Hansson2010-01-081-0/+2
* Fixed that fragment caching should return a cache hit as html_safe (or it wou...David Heinemeier Hansson2010-01-071-0/+2