| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | returning -> tap | Jeremy Kemper | 2010-06-28 | 1 | -5/+4 |
* | ETag: use body instead of @body since the method will always return a string | Jeremy Kemper | 2010-06-28 | 1 | -2/+2 |
* | Don't store incorrect values in zones_map | Santiago Pastorino | 2010-06-28 | 3 | -5/+7 |
* | test that unknown zones don't store mapping keys | Leigh Caplan | 2010-06-28 | 1 | -0/+5 |
* | Make the sentinel flag for route a bit more robust. | José Valim | 2010-06-28 | 1 | -1/+1 |
* | Tidy up valid conditions in router a bit. | José Valim | 2010-06-28 | 1 | -2/+4 |
* | Add :controller and :action to the list of valid conditions | Andrew White | 2010-06-28 | 1 | -0/+1 |
* | Do not trigger the old mapper to avoid deprecation messages. | José Valim | 2010-06-28 | 1 | -1/+1 |
* | Restores the escaping of urls generated from hashes. [#4765 state:resolved] | Andrew White | 2010-06-28 | 2 | -9/+5 |
* | Merge :constraints from scope into resource options [#2694 state:resolved] | Andrew White | 2010-06-28 | 2 | -4/+49 |
* | Convert instance_variables to symbols before excluding internal vars [#4965 s... | rohit | 2010-06-28 | 1 | -1/+1 |
* | Remove invalid conditions from route [#4989 state:resolved] | Andrew White | 2010-06-28 | 3 | -4/+26 |
* | Deprecate the old router DSL. Since it is still used intensively across Actio... | José Valim | 2010-06-28 | 3 | -15/+25 |
* | Strip_tags never ending attribute should not raise a TypeError [#4870 state:r... | Bruno Michel | 2010-06-28 | 3 | -0/+6 |
* | Update CHANGELOGs. | José Valim | 2010-06-28 | 3 | -2/+10 |
* | Information about new rake task in CHANGELOG | Łukasz Strzałkowski | 2010-06-28 | 1 | -0/+1 |
* | Small typo | wycats | 2010-06-27 | 1 | -1/+1 |
* | Add this rule to run common tests and specifics ones from adapters dir | Santiago Pastorino | 2010-06-27 | 1 | -1/+3 |
* | Avoid "no such table" exception when schema migrations table does not exist | Akira Matsuda | 2010-06-27 | 1 | -0/+5 |
* | Use ActiveRecord::Migrator.schema_migrations_table_name instead of hardcoding... | Akira Matsuda | 2010-06-27 | 1 | -1/+1 |
* | Fix several known web encoding issues: | wycats | 2010-06-27 | 7 | -198/+318 |
* | Add missing require, Base use deprecate method | Santiago Pastorino | 2010-06-27 | 1 | -0/+1 |
* | rake db:migrate:status displays status of migrations [#4947 state:resolved] | Kevin Skoglund | 2010-06-28 | 1 | -0/+25 |