| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of github.com:lifo/docrails | Neeraj Singh | 2010-07-06 | 5 | -18/+20 |
|\ |
|
| * | Fixed minor typo app/view to app/views | l4u | 2010-07-06 | 1 | -1/+1 |
| * | Fixed typo in Rails::Generators::Base [#5051 state:resolved] | Mark Hayes | 2010-07-06 | 1 | -1/+1 |
| * | Reword routing guide so that we talk about prefixing as a use of :as rather t... | Andrew White | 2010-07-04 | 1 | -3/+3 |
| * | Added release notes for 3 changes to helpers | Jeff Dean | 2010-07-04 | 1 | -1/+3 |
| * | Updated routing guide to reflect the fact that :name_prefix is now :as | Andrew White | 2010-07-03 | 1 | -7/+7 |
| * | :singular is no longer a valid option for resources [#5037 state:resolved] | Andrew White | 2010-07-03 | 1 | -4/+4 |
| * | Changed passed argument to :validate => false in validation skipping section. | Uģis Ozols | 2010-07-03 | 1 | -2/+2 |
* | | added more info about << operation in associations | Neeraj Singh | 2010-07-06 | 1 | -0/+4 |
|/ |
|
* | clarifying the comments regarding base_class declaration | Neeraj Singh | 2010-07-01 | 1 | -2/+4 |
* | Added documentation for usage of associative resources with form_for | Rizwan Reza | 2010-07-01 | 1 | -1/+11 |
* | Fixes README for generated apps with Rails 3 (rails *new* myapp, and Welcome ... | Jaime Iniesta | 2010-07-01 | 2 | -3/+3 |
* | Merge remote branch 'rails/master' | Xavier Noria | 2010-06-30 | 126 | -970/+5690 |
|\ |
|
| * | Support any mysql-like adapter | Jeremy Kemper | 2010-06-30 | 1 | -7/+7 |
| * | add note of which configuration option to set in deprecation warning message ... | bodhi | 2010-06-30 | 1 | -3/+5 |
| * | Improve the idiom used in multibyte chars a bit. | José Valim | 2010-06-30 | 1 | -3/+3 |
| * | Fix ActiveSupport::Multibyte::Chars#slice for empty strings when starting off... | Alex Muntean | 2010-06-30 | 2 | -1/+3 |
| * | Update Unicode database to 5.2.0. [#5011 state:resolved] | Norman Clarke | 2010-06-30 | 2 | -1/+1 |
| * | Fix AS::MB::Chars#+ to not alter self [#4646 state:resolved] | James MacAulay | 2010-06-30 | 2 | -8/+10 |
| * | Add missing CHANGELOG items. | José Valim | 2010-06-30 | 1 | -0/+2 |
| * | A couple enhancements to the router: | José Valim | 2010-06-30 | 2 | -27/+75 |
| * | Clean up the logic to specify the name and path for action a bit. | José Valim | 2010-06-30 | 1 | -87/+51 |
| * | We are trying to test that & escapes here not that & is being escaped, al... | Santiago Pastorino | 2010-06-29 | 1 | -3/+2 |
| * | performance tests now working accurately on 1.9, using Ruby with the GCdata p... | Gonçalo Silva | 2010-06-29 | 1 | -36/+18 |
| * | AssociationCollection#create_by_*, find_or_create_by_* work properly now. [#1... | Aaron Patterson | 2010-06-29 | 2 | -0/+73 |
| * | migrations.rb requires active_support/core_ext/module/aliasing [#5008 state:c... | Tekin | 2010-06-30 | 1 | -0/+1 |
| * | s/escape_once/html_escape/, since html safety is the contract that now says w... | Xavier Noria | 2010-06-30 | 6 | -20/+25 |
| * | url_for no longer escapes HTML, the :escape option is also gone | Xavier Noria | 2010-06-30 | 5 | -33/+14 |
| * | Change :notification to :notify (ht: m4n) | José Valim | 2010-06-29 | 1 | -1/+1 |
| * | Add CHANGELOG for new deprecation style | wycats | 2010-06-29 | 1 | -0/+6 |
| * | _snowman CHANGELOG (dobry pies) | wycats | 2010-06-29 | 1 | -0/+3 |
| * | Create a deprecation behavior that triggers a notification for deprecation no... | wycats | 2010-06-29 | 7 | -10/+52 |
| * | Test that adding an index also doesn't raise an exception. | J. Pablo Fernández | 2010-06-29 | 1 | -1/+1 |
| * | Replaced statement in comment with an assertion | Paul Barry | 2010-06-29 | 1 | -2/+3 |
| * | Fixed error when removing an index from a table name values, which is a reser... | J. Pablo Fernández | 2010-06-29 | 2 | -1/+17 |
| * | No need to check if the attribute exists (this is the same behavior as in 2.3... | José Valim | 2010-06-29 | 1 | -3/+1 |
| * | Push a failing test for issues [#4994] and [#5003]. | José Valim | 2010-06-29 | 3 | -1/+23 |
| * | Revert "Revert "Name compiled render methods". This caused several failures o... | Jeremy Kemper | 2010-06-29 | 1 | -8/+11 |
| * | Rename _snowman_ to _snowman to be in sync with _method and _csrf_token. | José Valim | 2010-06-29 | 3 | -3/+3 |
| * | array subtraction should be faster than iterating over all the elements | Neeraj Singh | 2010-06-29 | 1 | -1/+1 |
| * | splitting a really long line into multiple lines which is easy on eyes | Neeraj Singh | 2010-06-29 | 1 | -1/+5 |
| * | Remove ActiveRecord::Base#class_name [#379 state:committed] | David Trasbo | 2010-06-29 | 2 | -27/+0 |
| * | Tidy up deprecation message for with_exclusive_scope. | José Valim | 2010-06-29 | 2 | -11/+12 |
| * | Add scoping and unscoped as the syntax to replace the old with_scope and with... | José Valim | 2010-06-29 | 10 | -250/+484 |
| * | Revert "Name compiled render methods". This caused several failures on AP tes... | José Valim | 2010-06-29 | 1 | -11/+8 |
| * | Remove unneeded reject | Santiago Pastorino | 2010-06-28 | 1 | -8/+1 |
| * | with_exclusive_scope does not work properly if ARel is passed. It does work n... | Neeraj Singh | 2010-06-29 | 3 | -1/+26 |
| * | Use caller for helpers_dir deprecation warnings | Jeremy Kemper | 2010-06-28 | 1 | -2/+2 |
| * | Slice new buffer from beginning of old buffer to skip encoding special case | Jeremy Kemper | 2010-06-28 | 1 | -3/+1 |
| * | Name compiled render methods | Jeremy Kemper | 2010-06-28 | 1 | -8/+11 |