aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
* Automatically maintain test database schemaJon Leighton2014-01-026-5/+65
* Reverse 821525e and wrap run_generator callAndrew White2014-01-021-3/+13
* Adding missing requireRafael Mendonça França2014-01-021-0/+1
* Move default production database to URL sub keyschneems2014-01-0111-12/+26
* update copyright notices to 2014. [ci skip]Vipul A M2014-01-011-1/+1
* Fix comment syntaxBrian Cardarella2013-12-311-1/+1
* rbconfig is not used in these filesArun Agrawal2013-12-262-2/+0
* Improve font of some code in API documentation [ci skip]Chun-wei Kuo2013-12-263-12/+12
* 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
* using symbol instead of string in establish_connectionKuldeep Aggarwal2013-12-251-1/+1
* 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
* | Ensure secret_key_base is set for all environmentsJosé Valim2013-12-241-1/+2
* | Only build a ConnectionSpecification if requiredJosé Valim2013-12-241-1/+1
* | Fix build failures related to the new ENV options in ymlJosé Valim2013-12-241-0/+18
* | 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
* | Do not store production information in .yml filesJosé Valim2013-12-2312-40/+36
|/
* Add comments with urls for email previewsAndrew White2013-12-222-6/+13
* Use Full path to sqlite database in testsschneems2013-12-222-4/+4
* Fix DB Console tests schneems2013-12-211-20/+22
* Add a changelog entry for #13326 [ci skip]Robin Dupret2013-12-211-0/+8
* `html` and `text` templates for mailers by defaultKassio Borges2013-12-207-8/+39
* Bump Jbuilder version to 2.0.0Pavel Pravosud2013-12-201-1/+1
* Merge pull request #13415 from schneems/schneems/database-no-usernameYves Senn2013-12-192-4/+18
|\
| * Do not expect database user with app name to existschneems2013-12-192-4/+18
* | Use sass-rails 4.0.1Takayuki Matsubara2013-12-201-1/+1
* | Merge pull request #13326 from schneems/schneems/add-asset-flagGuillermo Iguaran2013-12-191-0/+5
|\ \
| * | Flag `config.assets.raise_runtime_errors` in devschneems2013-12-191-0/+5
* | | Make `rails runner` command options more obviousschneems2013-12-191-5/+14
| |/ |/|
* | Make possible to use symbol as the verifier nameRafael Mendonça França2013-12-193-10/+10
* | Change the message verifier argument to verifier_nameRafael Mendonça França2013-12-192-8/+8
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
|\ \
| * | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* | | Merge pull request #13366 from vipulnsward/minitest-namespace-changeGodfrey Chan2013-12-182-3/+3
|\ \ \
| * | | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...Vipul A M2013-12-182-3/+3
* | | | make clear that config/secrets.yml passes through ERB and therefore supports ENVXavier Noria2013-12-181-0/+6
|/ / /
* | | Its beta1 all aroundDavid Heinemeier Hansson2013-12-171-1/+1
* | | Remove the navigator for now. Its ugly and it promises more than it can deliv...David Heinemeier Hansson2013-12-171-6/+1
* | | Add changelog entries about secrets.yml and secrets.secret_key_baseGuillermo Iguaran2013-12-171-0/+29
* | | Default I18n.enforce_available_locales to trueCarlos Antonio da Silva2013-12-171-4/+38
* | | Add mailer previews feature based on mail_view gemAndrew White2013-12-1711-5/+634
* | | Add an application controller for internal controllersAndrew White2013-12-173-18/+23