Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove input, form, error_messages_for and error_message_on from the ↵ | José Valim | 2010-04-10 | 5 | -636/+32 |
| | | | | framework. If you think you will miss them, feel free to use the dynamic_form plugin available at http://github.com/rails/dynamic_form | ||||
* | Revert "Use path_names, not resource_path_names, consistently" | José Valim | 2010-04-10 | 1 | -6/+6 |
| | | | | | Breaks tests on Ruby 1.8.7. This reverts commit 13bbf98d85029fd4e3563ac46413c7b72625bc25. | ||||
* | Use path_names, not resource_path_names, consistently | wycats | 2010-04-10 | 1 | -6/+6 |
| | |||||
* | Dial back from 'namespace :controller => ...' to 'scope :module => ...' | Jeremy Kemper | 2010-04-09 | 3 | -35/+13 |
| | |||||
* | Add test showing root match in path namespace | Jeremy Kemper | 2010-04-09 | 1 | -0/+4 |
| | |||||
* | Routes can be selectively namespaced by path or controller module | Jeremy Kemper | 2010-04-09 | 3 | -3/+57 |
| | |||||
* | fix stack trace lines on class_eval | Santiago Pastorino | 2010-04-09 | 3 | -5/+5 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | image_path -> path_to_image in a couple of places, plus motivation for ↵ | Xavier Noria | 2010-04-09 | 2 | -11/+14 |
| | | | | path_to_image in rdoc | ||||
* | Stray carrier returns | David Heinemeier Hansson | 2010-04-09 | 1 | -2/+0 |
| | |||||
* | Layout contents are html-safe | Jeremy Kemper | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | adds an entry for #favicon_link_tag in AP's CHANGELOG | Xavier Noria | 2010-04-09 | 1 | -0/+2 |
| | |||||
* | Expect an incompatible encoding exception when a template with a magic ↵ | Jeremy Kemper | 2010-04-08 | 6 | -4/+23 |
| | | | | comment renders a partial without one and its source encoding doesn't match the default external encoding | ||||
* | Expect an incompatible encoding exception when a template doesn't have a ↵ | Jeremy Kemper | 2010-04-08 | 3 | -27/+38 |
| | | | | magic comment and its source encoding doesn't match the default external encoding | ||||
* | adds #favicon_link_tag back, rdoc explains why it is useful, and how to get ↵ | Xavier Noria | 2010-04-08 | 2 | -0/+46 |
| | | | | a link for Mobile Safari with it | ||||
* | Fixed that default locale templates should be used if the current locale ↵ | Carl Lerche | 2010-04-08 | 5 | -2/+28 |
| | | | | template is missing [DHH] | ||||
* | Add accessors for request and response so tests don't have to mess with ↵ | Michael Koziarski | 2010-04-09 | 2 | -0/+8 |
| | | | | internal ivars | ||||
* | Consistently use lowercase instead of camelCase for all JS class names in Rails | David Heinemeier Hansson | 2010-04-08 | 3 | -25/+25 |
| | |||||
* | Revert "adds #favicon_link_tag and #apple_touch_icon_link_tag" -- these tags ↵ | David Heinemeier Hansson | 2010-04-08 | 3 | -66/+0 |
| | | | | | | are too specific. This reverts commit 6891f46d10957f21f200fc4dc2b6076ff411b1da, ec8610cfdc32d0fe816fb22405e00ef1b6c90d73, and d18ff1b7efd96e7c08bc1a15137735be45f87e07. | ||||
* | Remove superfluous condition | Jeremy Kemper | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:rails/rails | Jeremy Kemper | 2010-04-08 | 6 | -4/+74 |
|\ | |||||
| * | Fix a bug in ActionDispatch::Static where Rails cannot find assets if ↵ | José Valim | 2010-04-08 | 3 | -4/+8 |
| | | | | | | | | started in another directory which is not the RAILS_ROOT. | ||||
| * | adds #favicon_link_tag and #apple_touch_icon_link_tag to AP's CHANGELOG | Xavier Noria | 2010-04-07 | 1 | -0/+2 |
| | | |||||
| * | adds a default source to #apple_touch_icon_link_tag | Xavier Noria | 2010-04-07 | 2 | -6/+13 |
| | | |||||
| * | new helpers #favicon_link_tag and #apple_touch_icon_link_tag | Xavier Noria | 2010-04-07 | 2 | -0/+57 |
| | | |||||
* | | Use request.body IO and rewind, if possible | Jeremy Kemper | 2010-04-07 | 1 | -3/+6 |
| | | |||||
* | | Remove #size call on rack input io | Joshua Peek | 2010-04-07 | 1 | -8/+4 |
|/ | |||||
* | Move the error raising to api_behavior. | José Valim | 2010-04-07 | 1 | -1/+2 |
| | |||||
* | Use config.filter_parameters on in-browser request dump. [#4335 state:resolved] | José Valim | 2010-04-07 | 2 | -1/+10 |
| | |||||
* | Merge commit 'rails/master' | Xavier Noria | 2010-04-06 | 21 | -350/+726 |
|\ | |||||
| * | Rename search_field to test_search_field (ht: Piotr Usewicz) | José Valim | 2010-04-06 | 1 | -1/+1 |
| | | |||||
| * | 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, ↵ | David Heinemeier Hansson | 2010-04-05 | 5 | -0/+184 |
| |/ | | | | | | | url, number, etc) (Closes #3646) [Stephen Celis] | ||||
| * | Fix cookie access in integration tests with other host names | Joshua Peek | 2010-04-05 | 2 | -7/+66 |
| | | |||||
| * | changed from :object_name to :as on form_for api | Santiago Pastorino | 2010-04-05 | 3 | -19/+15 |
| | | |||||
| * | deprecate form_for(symbol_or_string, ...) in favor of :object_name option | Santiago Pastorino | 2010-04-05 | 2 | -216/+336 |
| | | |||||
| * | moves Object#singleton_class to Kernel#singleton_class to match Ruby also ↵ | Xavier Noria | 2010-04-05 | 1 | -1/+1 |
| | | | | | | | | there, same for #class_eval to simplify, and adds coverage for class_eval | ||||
| * | Rename config.cookie_secret to config.secret_token and pass it as ↵ | José Valim | 2010-04-05 | 11 | -42/+40 |
| | | | | | | | | configuration in request.env. This is another step forward removing global configuration. | ||||
| * | Move filter_parameter_logger to deprecated.rb | wycats | 2010-04-04 | 1 | -0/+9 |
| | | |||||
| * | Make it easier to subclass AC::Metal with most, but not all, of the modules ↵ | wycats | 2010-04-04 | 1 | -43/+45 |
| | | | | | | | | in AC::Base | ||||
| * | Whitespace | wycats | 2010-04-04 | 1 | -1/+1 |
| | | |||||
| * | Whitespace | wycats | 2010-04-04 | 1 | -34/+33 |
| | | |||||
| * | render_to_string should have the identical signature as render | wycats | 2010-04-04 | 2 | -9/+18 |
| | | |||||
* | | revises some <%= in rdoc | Xavier Noria | 2010-04-05 | 4 | -4/+5 |
| | | |||||
* | | <% yield to <%= yield in rdoc of _layout_for, and copy-edits it now that we ↵ | Xavier Noria | 2010-04-05 | 1 | -17/+31 |
| | | | | | | | | are on it | ||||
* | | We don't need explicit :url => { :action => "create" } in form_for when ↵ | Rizwan Reza | 2010-04-05 | 1 | -7/+7 |
|/ | | | | following Rails conventions. | ||||
* | Merge commit 'docrails/master' | Xavier Noria | 2010-04-04 | 4 | -17/+17 |
|\ | |||||
| * | Merge branch 'master' of github.com:lifo/docrails | Andrew White | 2010-04-04 | 27 | -629/+762 |
| |\ | |||||
| | * | :action => "create" added to form_for with name only to show appropiate behavior | Santiago Pastorino | 2010-04-03 | 1 | -6/+6 |
| | | | |||||
| | * | :action => "update" used in a non RESTful way confuses | Santiago Pastorino | 2010-04-03 | 1 | -11/+11 |
| | | |