| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | Minitest::Unit::TestCase is Minitest::Test [ci skip] | Arun Agrawal | 2013-12-26 | 2 | -2/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #13495 from norman/tidy_bytes | Jeremy Kemper | 2013-12-26 | 1 | -35/+35 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Use String#scrub when available to tidy bytes | Norman Clarke | 2013-12-26 | 1 | -35/+35 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge pull request #13498 from dmitrydims/master | Arun Agrawal | 2013-12-26 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Fixed typo [CI skip] | Semenyk Dmitriy | 2013-12-27 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #13493 from Domon/improve-some-code-font-in-api-doc | Xavier Noria | 2013-12-26 | 5 | -30/+31 |
|\ \ \ \ \ |
|
| * | | | | | Improve font of some code in API documentation [ci skip] | Chun-wei Kuo | 2013-12-26 | 5 | -30/+31 |
|/ / / / / |
|
* | | | | | Merge pull request #13442 from aditya-kapoor/update-docs | Godfrey Chan | 2013-12-26 | 1 | -16/+11 |
|\ \ \ \ \ |
|
| * | | | | | Added Backslashes to ActiveModel::AttributeMethods to prevent unwanted links ... | aditya-kapoor | 2013-12-25 | 1 | -16/+11 |
* | | | | | | Merge pull request #13485 from schneems/schneems/fix-more-railties-tests | Guillermo Iguaran | 2013-12-25 | 2 | -3/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix failure introduced from #13488 | schneems | 2013-12-25 | 1 | -1/+1 |
| * | | | | | | fix 2.1.0 bug :( | schneems | 2013-12-25 | 1 | -1/+1 |
| * | | | | | | ensure environment is run before db:structure:load | schneems | 2013-12-25 | 1 | -1/+1 |
| * | | | | | | Partial fix of database url tests | schneems | 2013-12-25 | 1 | -1/+4 |
|/ / / / / / |
|
* | | | | | | Fix tests names: tokens.yml => secrets.yml | Guillermo Iguaran | 2013-12-25 | 1 | -2/+2 |
* | | | | | | Merge pull request #13488 from strzalek/fix-railties-warnings | Guillermo Iguaran | 2013-12-25 | 2 | -1/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | Cast env to symbol, fixes deprecation warning | Łukasz Strzałkowski | 2013-12-25 | 1 | -1/+1 |
| * | | | | | | Avoid getting redefined method warning | Łukasz Strzałkowski | 2013-12-25 | 1 | -0/+1 |
|/ / / / / / |
|
* | | | | | | Merge pull request #13478 from schneems/schneems/fix-mysql | Guillermo Iguaran | 2013-12-25 | 2 | -7/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | Move mysql2 test for when adapter will be loaded | schneems | 2013-12-24 | 2 | -7/+7 |
* | | | | | | | Test with 2.1.0 | Guillermo Iguaran | 2013-12-25 | 1 | -1/+1 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | Merge pull request #13482 from aayushkhandelwal11/typo | Arun Agrawal | 2013-12-25 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Typo rectified commom => common[ci skip] | Aayush khandelwal | 2013-12-25 | 1 | -1/+1 |
* | | | | | | | Merge pull request #13480 from kuldeepaggarwal/f-removed-depricated-config | José Valim | 2013-12-25 | 2 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | using symbol instead of string in establish_connection | Kuldeep Aggarwal | 2013-12-25 | 2 | -2/+2 |
* | | | | | | | | Unused classes in AP tests | Akira Matsuda | 2013-12-25 | 2 | -14/+0 |
|/ / / / / / / |
|
* | / / / / / | Unused class in AV test | Akira Matsuda | 2013-12-25 | 1 | -2/+0 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Revert "Ensure secret_key_base is set for all environments" | José Valim | 2013-12-24 | 1 | -2/+1 |
* | | | | | | Merge pull request #13472 from schneems/schneems/fix-master-database-url-tests | José Valim | 2013-12-24 | 1 | -1/+2 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Fix railties tests in master | schneems | 2013-12-24 | 1 | -1/+2 |
* | | | | | | Merge pull request #13471 from schneems/schneems/better-secrets-error-message | José Valim | 2013-12-24 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Better missing `secret_key_base` error message | schneems | 2013-12-24 | 1 | -1/+1 |
* | | | | | | | Merge pull request #13469 from schneems/schneems/no-database-errors-all | José Valim | 2013-12-24 | 6 | -2/+41 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Raise NoDatabaseError when db does not exist | schneems | 2013-12-24 | 6 | -2/+41 |
* | | | | | | | Ensure secret_key_base is set for all environments | José Valim | 2013-12-24 | 1 | -1/+2 |
|/ / / / / / |
|
* | | | | | | Merge pull request #13467 from JuanitoFatas/getting-started | Arun Agrawal | 2013-12-24 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | [ci skip] Update getting started Ruby version. | Juanito Fatas | 2013-12-24 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Deprecate use of string in establish_connection as connection lookup | José Valim | 2013-12-24 | 7 | -15/+33 |
* | | | | | | Only build a ConnectionSpecification if required | José Valim | 2013-12-24 | 6 | -60/+60 |
* | | | | | | Fix build failures related to the new ENV options in yml | José Valim | 2013-12-24 | 3 | -4/+22 |
* | | | | | | Unused classes in AV tests | Akira Matsuda | 2013-12-24 | 3 | -18/+0 |
* | | | | | | AC::Parameters#permit! permits hashes in array values | Xavier Noria | 2013-12-23 | 3 | -5/+19 |
* | | | | | | Merge pull request #13463 from josevalim/jv-env | José Valim | 2013-12-23 | 20 | -96/+113 |
|\ \ \ \ \ \ |
|
| * | | | | | | Update CHANGELOG [ci skip] | José Valim | 2013-12-23 | 1 | -0/+5 |
| * | | | | | | Use the new Resolver API in dbconsole | José Valim | 2013-12-23 | 1 | -3/+2 |
| * | | | | | | Add examples and namespace ENV options with "RAILS_" | José Valim | 2013-12-23 | 12 | -13/+25 |
| * | | | | | | Guarantee the connection resolver handles string values | José Valim | 2013-12-23 | 6 | -53/+58 |
| * | | | | | | Do not store production information in .yml files | José Valim | 2013-12-23 | 12 | -40/+36 |
| |/ / / / / |
|
* | | | | | | Disable locale checks to avoid warnings in Active Model tests [ci skip] | Carlos Antonio da Silva | 2013-12-23 | 1 | -0/+3 |
* | | | | | | Tidy up fix for PG extensions quoting | Carlos Antonio da Silva | 2013-12-23 | 5 | -12/+26 |