Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Do not swallow controller loading errors unless required. | José Valim | 2010-02-16 | 1 | -10/+4 | |
| | | | ||||||
| * | | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 4 | -6/+6 | |
| |/ | ||||||
| * | name.blank? -> anonymous? | Xavier Noria | 2010-02-14 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local> | |||||
| * | Explicit html_escape removed when not needed | Santiago Pastorino and José Ignacio Costa | 2010-02-14 | 3 | -4/+4 | |
| | | | | | | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local> | |||||
| * | html_escape mail_to when encode javascript and not hex | Santiago Pastorino and José Ignacio Costa | 2010-02-14 | 1 | -5/+3 | |
| | | | | | | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local> | |||||
| * | content_tag should escape its input | Bruno Michel | 2010-02-14 | 7 | -15/+14 | |
| | | | | | | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local> | |||||
* | | Updated documentation for block helpers in render/partials.rb | Jeroen van Dijk | 2010-03-12 | 1 | -3/+3 | |
| | | ||||||
* | | Updated documentation for block helpers in form_tag_helper.rb | Jeroen van Dijk | 2010-03-12 | 1 | -5/+5 | |
| | | ||||||
* | | Updated documentation for block helpers in javascript_helper.rb | Jeroen van Dijk | 2010-03-12 | 1 | -1/+1 | |
| | | ||||||
* | | Updated documentation for block helpers in prototype_helper.rb | Jeroen van Dijk | 2010-03-12 | 1 | -1/+1 | |
| | | ||||||
* | | Updated documentation for block helpers in record_tag_helper.rb | Jeroen van Dijk | 2010-03-12 | 1 | -4/+4 | |
| | | ||||||
* | | Updated documentation for block helpers in tag_helper.rb | Jeroen van Dijk | 2010-03-12 | 1 | -1/+1 | |
| | | ||||||
* | | Updated documentation for block helpers in url_helper.rb | Jeroen van Dijk | 2010-03-12 | 1 | -1/+1 | |
| | | ||||||
* | | Nitpick: the first value should be odd, second is even. | Ryan Bigg | 2010-02-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-02-14 | 14 | -22/+51 | |
|\| | | | | | | | | | | | | | | | Conflicts: railties/README railties/guides/source/active_support_core_extensions.textile railties/guides/source/getting_started.textile railties/lib/generators/rails/app/templates/README | |||||
| * | simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino] | David Heinemeier Hansson | 2010-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | Safely concat the ending tag to simple_format or it will be escaped | David Heinemeier Hansson | 2010-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | Its not a deprecation if you actually just ignore the call | David Heinemeier Hansson | 2010-02-09 | 1 | -0/+2 | |
| | | ||||||
| * | Fix pluralization for numbers formatted like '1.00' | Gabriel Mansour | 2010-02-07 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | Fix nested attributes with specified collection. | José Valim | 2010-02-07 | 1 | -7/+11 | |
| | | ||||||
| * | Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ↵ | Prem Sichanugrist | 2010-02-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | will be run correctly [#3879 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | Routes should not swallow all NameErrors [#3862 status:resolved]. | José Valim | 2010-02-06 | 1 | -1/+2 | |
| | | ||||||
| * | Lookup the status code and rework the Completed line a bit | David Heinemeier Hansson | 2010-02-05 | 1 | -2/+1 | |
| | | ||||||
| * | More html_safe strings now use the safe_concat method | Santiago Pastorino and José Ignacio Costa | 2010-02-05 | 5 | -7/+7 | |
| | | | | | | | | | | | | [#3856 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | Make UrlWriter includable in a Module | Jeremy Kemper | 2010-02-05 | 1 | -1/+9 | |
| | | ||||||
| * | HTML-escape csrf meta contents | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | | ||||||
| * | Expose CSRF param name also | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | | ||||||
| * | Expose CSRF tag for UJS adapters | Jeremy Kemper | 2010-02-04 | 2 | -0/+14 | |
| | | ||||||
| * | Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always ↵ | Jeremy Kemper | 2010-02-04 | 1 | -0/+1 | |
| | | | | | | | | uses AS. | |||||
* | | Remove outdated docs. | José Valim | 2010-02-09 | 1 | -14/+0 | |
| | | ||||||
* | | revises an example in the rdoc of TextHelper#concat | Xavier Noria | 2010-02-06 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-02-04 | 5 | -24/+10 | |
|\| | | | | | | | | | Conflicts: railties/guides/source/3_0_release_notes.textile | |||||
| * | Move to 3.0.0.beta | David Heinemeier Hansson | 2010-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add method and path to AC notifications. | José Valim | 2010-02-03 | 1 | -1/+3 | |
| | | ||||||
| * | Routing Mapper with % interpolation on Ruby 1.9.1 fixed [#3837 status:resolved] | Santiago Pastorino and José Ignacio Costa | 2010-02-02 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | Configuration values should be on AV::Base. | José Valim | 2010-02-02 | 1 | -17/+4 | |
| | | ||||||
| * | Modify the behavior of `radio_button_tag` to use `sanitize_to_id` for ↵ | Prem Sichanugrist | 2010-02-02 | 1 | -3/+1 | |
| | | | | | | | | | | | | consistency [#1792 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | Merge branch 'master' of git://github.com/rails/rails | Mikel Lindsaar | 2010-02-02 | 5 | -109/+51 | |
|\| | | | | | | | | | | | | | | | Conflicts: activemodel/README activemodel/lib/active_model/errors.rb activemodel/lib/active_model/serialization.rb railties/guides/source/3_0_release_notes.textile | |||||
| * | Make rdoc match current API | Sam Ruby | 2010-02-02 | 1 | -105/+47 | |
| | | | | | | | | Signed-off-by: Mikel Lindsaar <raasdnil@gmail.com> | |||||
| * | Resolve view paths correctly on CygWin | Sam Ruby | 2010-02-02 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Mikel Lindsaar <raasdnil@gmail.com> | |||||
| * | Merge branch 'master' of git://github.com/rails/rails | Mikel Lindsaar | 2010-02-02 | 36 | -182/+147 | |
| |\ | ||||||
| * | | Updating copyright dates on all licenses | Mikel Lindsaar | 2010-02-01 | 3 | -3/+3 | |
| | | | ||||||
* | | | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-02-01 | 37 | -219/+235 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge branch 'master' of gitproxy:rails/rails | José Valim | 2010-02-01 | 13 | -40/+72 | |
| |\ \ | ||||||
| | * | | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 13 | -40/+72 | |
| | | | | ||||||
| * | | | Deprecate AC configuration values which were moved to Rack. | José Valim | 2010-02-01 | 1 | -6/+22 | |
| |/ / | ||||||
| * | | Add support for compile-time <%= raw %> | Yehuda Katz | 2010-01-31 | 1 | -1/+5 | |
| | | | ||||||
| * | | Deleted all references to ActionView::SafeBuffer in favor of ↵ | Santiago Pastorino | 2010-01-31 | 3 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | ActiveSupport::SafeBuffer Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> | |||||
| * | | action_view/safe_buffer is no longer valid | Santiago Pastorino | 2010-01-31 | 1 | -1/+0 | |
| | | | | | | | | | | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> | |||||
| * | | action_view is requiring the deleted action_view/erb/util.rb file | Santiago Pastorino | 2010-01-31 | 1 | -1/+0 | |
| | | | | | | | | | | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> |