Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | improve readability of AR explain result | Akira Matsuda | 2012-06-01 | 1 | -1/+7 | |
|/ / / / | ||||||
* | | | | Merge pull request #6579 from amatsuda/null_relation_modulize | José Valim | 2012-05-31 | 3 | -11/+15 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | unused method arguments | Akira Matsuda | 2012-06-01 | 1 | -7/+6 | |
| * | | | modulize AR::NullRelation | Akira Matsuda | 2012-06-01 | 3 | -4/+9 | |
|/ / / | ||||||
* | | | Rake::DSL should always be available | Jeremy Kemper | 2012-05-31 | 1 | -1/+1 | |
* | | | Merge branch 'master-sec' | Aaron Patterson | 2012-05-31 | 5 | -4/+65 | |
|\ \ \ | ||||||
| * | | | Strip [nil] from parameters hash. | Aaron Patterson | 2012-05-30 | 2 | -1/+28 | |
| * | | | predicate builder should not recurse for determining where columns. | Aaron Patterson | 2012-05-30 | 3 | -3/+37 | |
* | | | | Explicitly require rake so its DSL is available | Jeremy Kemper | 2012-05-31 | 1 | -0/+1 | |
* | | | | Rake is in 1.9 stdlib, no need for gem dep | Jeremy Kemper | 2012-05-31 | 1 | -4/+2 | |
* | | | | Psych is always available on 1.9 | Jeremy Kemper | 2012-05-31 | 2 | -29/+23 | |
* | | | | Merge pull request #6571 from jeremyf/extract-force-ssl-filter-logic-to-separ... | Rafael Mendonça França | 2012-05-31 | 3 | -7/+50 | |
|\ \ \ \ | ||||||
| * | | | | Extracted redirect logic from ActionController::Force::ClassMethods.force_ssl | Jeremy Friesen | 2012-05-31 | 3 | -7/+50 | |
* | | | | | Reduce warning messages when running Active Support tests | Andrew White | 2012-05-31 | 2 | -2/+8 | |
* | | | | | Merge pull request #6566 from arunagw/add-javascripts-to-rake-stats-task | Rafael Mendonça França | 2012-05-31 | 2 | -2/+10 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add code statistics for Javascript and | Arun Agrawal | 2012-05-31 | 2 | -2/+10 | |
* | | | | | Fix changelog example for count method with block [ci skip] | Carlos Antonio da Silva | 2012-05-31 | 1 | -1/+1 | |
* | | | | | Fix wrong example for count method with block [ci skip] | Carlos Antonio da Silva | 2012-05-31 | 1 | -1/+1 | |
* | | | | | Simplify link_to using content_tag | Carlos Antonio da Silva | 2012-05-31 | 2 | -12/+26 | |
* | | | | | Make link_to arguments explicit | Carlos Antonio da Silva | 2012-05-31 | 1 | -8/+4 | |
* | | | | | Make button_to arguments explicit and refactor a bit | Carlos Antonio da Silva | 2012-05-31 | 1 | -10/+6 | |
* | | | | | Simplify logic to initialize valid conditions in RouteSet | Carlos Antonio da Silva | 2012-05-31 | 1 | -7/+3 | |
|/ / / / | ||||||
* | | | | Work around undiagnosed bug that's draining a relation's bind_values | Jeremy Kemper | 2012-05-31 | 1 | -0/+1 | |
* | | | | Fix backward compatibility with stored Hash values. Wrap coders to convert se... | Jeremy Kemper | 2012-05-30 | 3 | -15/+51 | |
* | | | | Set RACK_ENV to nil in the dbconsole test | Rafael Mendonça França | 2012-05-30 | 1 | -0/+1 | |
* | | | | Fix app_generator_test with the changes introduced at | Rafael Mendonça França | 2012-05-30 | 1 | -1/+1 | |
* | | | | Merge pull request #6560 from martinoconnor/generator_fix | Rafael Mendonça França | 2012-05-30 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Changed symbol platform to platforms for the commented out call to gem 'theru... | Martin O'Connor | 2012-05-30 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #6276 from samoli/fix_console_arguments | Rafael Mendonça França | 2012-05-30 | 7 | -132/+182 | |
|\ \ \ \ | ||||||
| * | | | | Remove support for rails server RAILS_ENV=env-name | Sam Oliver | 2012-05-30 | 2 | -7/+2 | |
| * | | | | Fix various bugs with console arguments. | Sam Oliver | 2012-05-30 | 5 | -125/+180 | |
|/ / / / | ||||||
* | | | | Merge pull request #6477 from steveklabnik/close_discovered_pg_connection | Rafael Mendonça França | 2012-05-30 | 1 | -1/+2 | |
|\ \ \ \ | ||||||
| * | | | | Properly discover a connection is closed in postgresql_adapter | Steve Klabnik | 2012-05-24 | 1 | -1/+2 | |
* | | | | | Merge pull request #6556 from lest/patch-1 | Rafael Mendonça França | 2012-05-30 | 4 | -5/+53 | |
|\ \ \ \ \ | ||||||
| * | | | | | accept a block in button_to helper | Sergey Nartimov | 2012-05-30 | 3 | -3/+51 | |
| * | | | | | no need to pass an empty block to button_to helper | Sergey Nartimov | 2012-05-30 | 1 | -2/+2 | |
* | | | | | | Merge pull request #6554 from erichmenge/remove-json-variable | Piotr Sarnacki | 2012-05-30 | 4 | -14/+7 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Remove deprecated ActiveSupport::JSON::Variable. | Erich Menge | 2012-05-30 | 4 | -14/+7 | |
* | | | | | | Merge pull request #6541 from tjouan/tj/activesupport-fix-tests-requiring-uns... | Rafael Mendonça França | 2012-05-30 | 1 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make File#atomic_write tests pass with umask | Thibault Jouan | 2012-05-29 | 1 | -3/+3 | |
* | | | | | | | Merge pull request #6555 from schneems/schneems/remove-reload-code | Rafael Mendonça França | 2012-05-30 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | remove unused route reloading code | schneems | 2012-05-30 | 1 | -2/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #5810 from kennyj/fix_5797 | Aaron Patterson | 2012-05-30 | 4 | -5/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix #5797. Error calling dup method on AR model with serialized field | kennyj | 2012-05-30 | 4 | -5/+15 | |
* | | | | | | | Merge pull request #6386 from kennyj/fix_logs_name_consistency | Aaron Patterson | 2012-05-30 | 7 | -33/+123 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix logs name consistency. | kennyj | 2012-05-19 | 7 | -33/+123 | |
* | | | | | | | | cut down spaces [ci skip] | Vijay Dev | 2012-05-30 | 1 | -3/+3 | |
* | | | | | | | | Revert "Revert "[AR querying guide] Add examples for take(limit), first(limit... | Vijay Dev | 2012-05-30 | 1 | -0/+48 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-30 | 19 | -208/+328 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | copy edit the batches docs [ci skip] | Vijay Dev | 2012-05-30 | 1 | -9/+7 |