aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo [CI skip]Semenyk Dmitriy2013-12-271-1/+1
* Merge pull request #13493 from Domon/improve-some-code-font-in-api-docXavier Noria2013-12-265-30/+31
|\
| * Improve font of some code in API documentation [ci skip]Chun-wei Kuo2013-12-265-30/+31
|/
* Merge pull request #13442 from aditya-kapoor/update-docsGodfrey Chan2013-12-261-16/+11
|\
| * Added Backslashes to ActiveModel::AttributeMethods to prevent unwanted links ...aditya-kapoor2013-12-251-16/+11
* | Merge pull request #13485 from schneems/schneems/fix-more-railties-testsGuillermo Iguaran2013-12-252-3/+6
|\ \
| * | Fix failure introduced from #13488schneems2013-12-251-1/+1
| * | fix 2.1.0 bug :(schneems2013-12-251-1/+1
| * | ensure environment is run before db:structure:loadschneems2013-12-251-1/+1
| * | Partial fix of database url testsschneems2013-12-251-1/+4
|/ /
* | Fix tests names: tokens.yml => secrets.ymlGuillermo Iguaran2013-12-251-2/+2
* | Merge pull request #13488 from strzalek/fix-railties-warningsGuillermo Iguaran2013-12-252-1/+2
|\ \
| * | Cast env to symbol, fixes deprecation warningŁukasz Strzałkowski2013-12-251-1/+1
| * | Avoid getting redefined method warningŁukasz Strzałkowski2013-12-251-0/+1
|/ /
* | Merge pull request #13478 from schneems/schneems/fix-mysqlGuillermo Iguaran2013-12-252-7/+7
|\ \
| * | Move mysql2 test for when adapter will be loadedschneems2013-12-242-7/+7
* | | Test with 2.1.0Guillermo Iguaran2013-12-251-1/+1
* | | Merge pull request #13482 from aayushkhandelwal11/typoArun Agrawal2013-12-251-1/+1
|\ \ \
| * | | Typo rectified commom => common[ci skip]Aayush khandelwal2013-12-251-1/+1
* | | | Merge pull request #13480 from kuldeepaggarwal/f-removed-depricated-configJosé Valim2013-12-252-2/+2
|\ \ \ \
| * | | | using symbol instead of string in establish_connectionKuldeep Aggarwal2013-12-252-2/+2
* | | | | Unused classes in AP testsAkira Matsuda2013-12-252-14/+0
|/ / / /
* | / / Unused class in AV testAkira Matsuda2013-12-251-2/+0
| |/ / |/| |
* | | Revert "Ensure secret_key_base is set for all environments"José Valim2013-12-241-2/+1
* | | Merge pull request #13472 from schneems/schneems/fix-master-database-url-testsJosé Valim2013-12-241-1/+2
|\ \ \
| * | | Fix railties tests in masterschneems2013-12-241-1/+2
* | | | Merge pull request #13471 from schneems/schneems/better-secrets-error-messageJosé Valim2013-12-241-1/+1
|\ \ \ \
| * | | | Better missing `secret_key_base` error messageschneems2013-12-241-1/+1
* | | | | Merge pull request #13469 from schneems/schneems/no-database-errors-allJosé Valim2013-12-246-2/+41
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Raise NoDatabaseError when db does not existschneems2013-12-246-2/+41
* | | | | Ensure secret_key_base is set for all environmentsJosé Valim2013-12-241-1/+2
|/ / / /
* | | | Merge pull request #13467 from JuanitoFatas/getting-startedArun Agrawal2013-12-241-1/+1
|\ \ \ \
| * | | | [ci skip] Update getting started Ruby version.Juanito Fatas2013-12-241-1/+1
|/ / / /
* | | | Deprecate use of string in establish_connection as connection lookupJosé Valim2013-12-247-15/+33
* | | | Only build a ConnectionSpecification if requiredJosé Valim2013-12-246-60/+60
* | | | Fix build failures related to the new ENV options in ymlJosé Valim2013-12-243-4/+22
* | | | Unused classes in AV testsAkira Matsuda2013-12-243-18/+0
* | | | AC::Parameters#permit! permits hashes in array valuesXavier Noria2013-12-233-5/+19
* | | | Merge pull request #13463 from josevalim/jv-envJosé Valim2013-12-2320-96/+113
|\ \ \ \
| * | | | Update CHANGELOG [ci skip]José Valim2013-12-231-0/+5
| * | | | Use the new Resolver API in dbconsoleJosé Valim2013-12-231-3/+2
| * | | | Add examples and namespace ENV options with "RAILS_"José Valim2013-12-2312-13/+25
| * | | | Guarantee the connection resolver handles string valuesJosé Valim2013-12-236-53/+58
| * | | | Do not store production information in .yml filesJosé Valim2013-12-2312-40/+36
| |/ / /
* | | | Disable locale checks to avoid warnings in Active Model tests [ci skip]Carlos Antonio da Silva2013-12-231-0/+3
* | | | Tidy up fix for PG extensions quotingCarlos Antonio da Silva2013-12-235-12/+26
* | | | Serialize postgres' hstore, json and array types correctly in AR update methods.Tadas Tamosauskas2013-12-235-4/+30
* | | | Do not consider PG array columns as number or text columnsCarlos Antonio da Silva2013-12-233-3/+33
* | | | Move the null mime type to request.formatCarlos Antonio da Silva2013-12-236-10/+10
* | | | Merge pull request #13462 from JuanitoFatas/getting-startedGodfrey Chan2013-12-231-3/+3
|\ \ \ \ | |/ / / |/| | |