aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* moving controller_name assignment before model name conditionanilmaurya2014-01-201-3/+1
* Update Changelog, Spring is under rails/spring [ci skip]robertomiranda2014-01-191-1/+1
* spring gem moved to rails/springWashington Luiz2014-01-181-1/+1
* Unify changelog entries about single quotes [ci skip]Carlos Antonio da Silva2014-01-151-5/+1
* Use single quotes in generated filesChulki Lee2014-01-145-12/+16
* single quotes for controller generated routesCristian Mircea Messel2014-01-144-6/+10
* Favor canonical environment variables for secretsschneems2014-01-132-3/+3
* Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665.Yves Senn2014-01-133-2/+26
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-132-2/+11
* Skip Spring App Generator tests on JRubyGaurish Sharma2014-01-131-0/+2
* fixes a typo in a CHANGELOGXavier Noria2014-01-121-1/+1
* upgrade SDocXavier Noria2014-01-123-3/+7
* fixes the Gemfile generator templatesXavier Noria2014-01-122-8/+4
* Removing without_thor_debugArun Agrawal2014-01-111-13/+3
* Ensure Active Record connection consistencyschneems2014-01-093-10/+23
* MySQL version 4.1 was EOL on December 31, 2009Zachary Scott2014-01-081-1/+1
* add a more restricted codepath for templates fixes #13390Aaron Patterson2014-01-082-12/+51
* Merge pull request #13637 from craftsmen/app-generator-minor-fixRafael Mendonça França2014-01-081-4/+4
|\
| * Move finish_template as the last public method in the generatorMehdi Lahmam2014-01-081-4/+4
* | refactor generator tests to use block form of TempfileAaron Patterson2014-01-081-36/+30
|/
* Fix rdoc markup [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
* Add missing tests for invalid names in `rails plugin new`Robin Böning2014-01-061-0/+6
* Add preview_path to autoload_paths in after_initializeAndrew White2014-01-041-1/+41
* Change all "can not"s to the correct "cannot".T.J. Schuck2014-01-031-1/+1
* Use DATABASE_URL by defaultschneems2014-01-0212-19/+12
* 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
|/