| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Removing without_thor_debug | Arun Agrawal | 2014-01-11 | 1 | -13/+3 |
|/ / / / |
|
* | | | | Merge branch 'master' into laurocaetano-fix_send_file | Aaron Patterson | 2014-01-10 | 494 | -3334/+9555 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'ruby-2.2' | Aaron Patterson | 2014-01-10 | 2 | -1/+6 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into ruby-2.2 | Aaron Patterson | 2014-01-09 | 2 | -17/+11 |
| | |\ \ \ \ |
|
| | * | | | | | Check `respond_to` before delegation due to: https://github.com/ruby/ruby/com... | Aaron Patterson | 2014-01-09 | 2 | -1/+6 |
| * | | | | | | doc, API example on how to use `Model#exists?` with multiple IDs. [ci skip] | Yves Senn | 2014-01-10 | 1 | -0/+1 |
| * | | | | | | Merge pull request #13657 from leriksen/master | Yves Senn | 2014-01-09 | 1 | -2/+0 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | [ci skip] - error_messages_for has been deprecated since 2.3.8 - lets reduce ... | leriksen | 2014-01-10 | 1 | -2/+0 |
| | | |_|_|/ /
| | |/| | | | |
|
| * | | | | | | Merge pull request #13659 from prathamesh-sonpatki/fix-build | Guillermo Iguaran | 2014-01-09 | 1 | -1/+1 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | / /
| | | |_|/ /
| | |/| | | |
|
| | * | | | | Restore DATABASE_URL even if it's nil in connection_handler test | Prathamesh Sonpatki | 2014-01-10 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | Merge pull request #13582 from schneems/schneems/preserve-connection-behavior | Rafael Mendonça França | 2014-01-09 | 11 | -33/+409 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | Ensure Active Record connection consistency | schneems | 2014-01-09 | 11 | -33/+409 |
| * | | | | Revert "ask the fixture set for the sql statements" | Aaron Patterson | 2014-01-09 | 2 | -17/+11 |
| | |/ /
| |/| | |
|
| * | | | Merge pull request #13632 from tinogomes/master | Rafael Mendonça França | 2014-01-09 | 5 | -0/+63 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Adding Hash#compact and Hash#compact! methods | tinogomes | 2014-01-09 | 5 | -0/+63 |
| * | | | Merge pull request #13644 from zzak/doc_mysql_config_template | Guillermo Iguaran | 2014-01-08 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | MySQL version 4.1 was EOL on December 31, 2009 | Zachary Scott | 2014-01-08 | 1 | -1/+1 |
| |/ / / |
|
| * | | | clear cache on body close so that cache remains during rendering | Aaron Patterson | 2014-01-08 | 2 | -2/+45 |
| * | | | add a more restricted codepath for templates fixes #13390 | Aaron Patterson | 2014-01-08 | 2 | -12/+51 |
| * | | | Merge pull request #13637 from craftsmen/app-generator-minor-fix | Rafael Mendonça França | 2014-01-08 | 1 | -4/+4 |
| |\ \ \ |
|
| | * | | | Move finish_template as the last public method in the generator | Mehdi Lahmam | 2014-01-08 | 1 | -4/+4 |
| | |/ / |
|
| * | | | refactor generator tests to use block form of Tempfile | Aaron Patterson | 2014-01-08 | 1 | -36/+30 |
| * | | | Merge pull request #13634 from jwworth/master | Carlos Antonio da Silva | 2014-01-08 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Fix typo [ci skip] | Jake Worth | 2014-01-08 | 1 | -1/+1 |
| |/ / |
|
| * | | Minor typos fix [ci skip] | Robin Dupret | 2014-01-08 | 1 | -3/+3 |
| * | | make `change_column_null` reversible. Closes #13576. | Yves Senn | 2014-01-08 | 3 | -1/+26 |
| * | | Merge pull request #13629 from dmathieu/drop_test | Yves Senn | 2014-01-08 | 5 | -5/+40 |
| |\ \ |
|
| | * | | create/drop test and development databases only if RAILS_ENV is nil | Damien Mathieu | 2014-01-08 | 5 | -5/+40 |
| |/ / |
|
| * | | Revert "Speedup String#to" | Yves Senn | 2014-01-08 | 2 | -3/+1 |
| * | | typo fix in test name. [ci skip]. | Yves Senn | 2014-01-08 | 1 | -1/+1 |
| * | | `core_ext/string/access.rb` test what we are documenting. | Yves Senn | 2014-01-08 | 1 | -50/+89 |
| * | | Merge pull request #13355 from dylanahsmith/migration-version | Rafael Mendonça França | 2014-01-07 | 4 | -1/+19 |
| |\ \ |
|
| | * | | activerecord: Initialize Migration with version from MigrationProxy. | Dylan Thacker-Smith | 2014-01-06 | 4 | -1/+18 |
| * | | | Merge pull request #13621 from Intrepidd/patch-1 | Xavier Noria | 2014-01-07 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Fix typo in image_tag documentation | Adrien | 2014-01-07 | 1 | -1/+1 |
| |/ / / |
|
| * | | | Merge pull request #13597 from prathamesh-sonpatki/hstore_migration | Yves Senn | 2014-01-07 | 6 | -15/+43 |
| |\ \ \ |
|
| | * | | | Make change_table use object of current database adapter | Nishant Modak | 2014-01-07 | 6 | -15/+43 |
| * | | | | Use a better method name to check the requirement of password confirmation | Carlos Antonio da Silva | 2014-01-07 | 2 | -8/+8 |
| |/ / / |
|
| * | | | Merge pull request #13617 from arthurnn/error_var | Rafael Mendonça França | 2014-01-06 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | Add 'e' var on rescue DalliError, in order to log it | Arthur Neves | 2014-01-06 | 1 | -2/+2 |
| |/ / / |
|
| * | | | Merge pull request #13616 from zirni/remove_warnings | Rafael Mendonça França | 2014-01-06 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Remove warnings in test suite | Matthias Zirnstein | 2014-01-06 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge pull request #13593 from oliveiraethales/store_yaml_coder | Yves Senn | 2014-01-06 | 5 | -1/+14 |
| |\ \ |
|
| | * | | Fix: ActiveRecord::Store TypeError conversion when using YAML coder | Thales Oliveira | 2014-01-06 | 5 | -1/+14 |
| * | | | add example to the CHANGELOG entry from 3a48b83e5 [ci skip]. | Yves Senn | 2014-01-06 | 1 | -2/+8 |
| * | | | Fix typo in AS changelog, improve highlight [ci skip] | Carlos Antonio da Silva | 2014-01-06 | 1 | -2/+2 |
| * | | | Fix AR connection resolver docs to return a hash with string keys [ci skip] | Carlos Antonio da Silva | 2014-01-06 | 1 | -1/+1 |
| * | | | Fix typo [ci skip] | Carlos Antonio da Silva | 2014-01-06 | 1 | -1/+1 |
| * | | | Fix rdoc markup [ci skip] | Carlos Antonio da Silva | 2014-01-06 | 1 | -1/+1 |
| * | | | Merge pull request #13611 from robinboening/plugin_generator_tests | Yves Senn | 2014-01-06 | 1 | -0/+6 |
| |\ \ \ |
|