aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Add a '--skip-routes' flag for the Controller generator.Lucas Mazza2014-06-241-0/+7
* initialize the right variableRafael Mendonça França2014-06-171-1/+1
* Add a generic --skip-gems options to generatorRafael Mendonça França2014-06-171-2/+3
* Merge pull request #15716 from schuetzm/skip-turbolinksRafael Mendonça França2014-06-171-0/+14
|\
| * Add an option to skip installation of TurbolinksMarc Schütz2014-06-141-0/+14
* | allow preview interceptors to be registered through `config.action_mailer`.Yves Senn2014-06-151-0/+32
|/
* Merge pull request #15394 from morgoth/fix-automatic-maintaining-test-schema-...Yves Senn2014-06-121-1/+90
|\
| * Fixed automatic maintaining test schema to properly handle sql structure sche...Wojciech Wnętrzak2014-06-121-2/+52
| * Added missing test case for migrations when using sql structureWojciech Wnętrzak2014-06-011-1/+40
* | remove unnused method from testFabian Rodriguez2014-06-111-10/+0
* | Emit suggested generator names when not foundschneems2014-06-041-1/+7
* | Merge pull request #14881 from robin850/patch-19Yves Senn2014-06-011-5/+8
|\ \ | |/ |/|
| * Swallow bundler exceptions when running testsRobin Dupret2014-04-271-5/+8
* | `bin/setup` script to bootstrap applications.Yves Senn2014-05-301-0/+1
* | Merge pull request #15269 from arunagw/aa-fixes-8930Rafael Mendonça França2014-05-271-0/+32
|\ \
| * | rake railties:install:migrations respects the order of railtiesArun Agrawal2014-05-271-0/+32
* | | Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotesYves Senn2014-05-271-7/+15
|\ \ \
| * | | Replace double quotes with single quotes while adding an entry into Gemfilealexbel2014-05-261-7/+7
|/ / /
* | | Merge pull request #15294 from schneems/schneems/generator-output-in-error2Rafael Mendonça França2014-05-261-2/+4
|\ \ \
| * | | print generators on failed generateschneems2014-05-261-2/+4
| |/ /
* / / Remove unnecessary require of Minitest.Guo Xiang Tan2014-05-242-2/+2
|/ /
* | Default config.assets.digests to true in developmentDan Kang2014-05-172-14/+13
* | New applications should be created with json serializerRafael Mendonça França2014-05-171-0/+36
* | Fix app generator test hanging.Christian Wesselhoeft2014-05-171-2/+2
* | Ok. Enough models for today :rage:Rafael Mendonça França2014-05-121-3/+6
* | This is also a modelRafael Mendonça França2014-05-121-1/+1
* | This model is a model so it should behaves like oneRafael Mendonça França2014-05-121-7/+3
* | Change Gemfile’s double quotes in plugin generatorJosemar Luedke2014-05-101-4/+4
* | Merge pull request #15015 from pothibo/database-configurationRafael Mendonça França2014-05-071-0/+16
|\ \
| * | Use Rails::Paths::Path#existent in database_configurationPier-Olivier Thibault2014-05-071-0/+16
* | | Return a non zero code when db has never been setup on statusPaul B2014-05-071-1/+1
|/ /
* | rename `str` to `string` to fix overshadowing of variableVipul A M2014-05-071-1/+1
* | skip-git should not hit git commands plugin generatorsArun Agrawal2014-05-021-8/+18
* | Works correctly if git not installedRoman Shmatov2014-05-021-0/+24
|/
* Precompile the image we're referencing, too.Matthew Draper2014-04-241-2/+2
* Make console and generators blocks works at Application instance levelRafael Mendonça França2014-04-142-0/+96
* :scissors:Rafael Mendonça França2014-04-141-4/+4
* Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_defaultRafael Mendonça França2014-04-113-17/+29
|\
| * Isolate debugger related codeDavid Rodríguez de Dios2014-04-101-13/+19
| * Update Gemfile templates to provide correct debuggerDavid Rodríguez de Dios2014-04-082-4/+10
| * Keep debugger support only for rubies < 2.0.0David Rodríguez de Dios2014-04-081-3/+3
* | Move assets precompile (and version) to an initializerMatthew Draper2014-04-111-1/+1
* | depend_on_asset is not required anymore on sprockets-rails 2.1.2Rafael Mendonça França2014-04-091-6/+6
* | Use short-form for the scaffold render calls and drop the needless testDavid Heinemeier Hansson2014-04-081-7/+0
|/
* Rails.application should be set inside before_configuration hookRafael Mendonça França2014-04-072-0/+14
* Declare the assets dependencyRafael Mendonça França2014-04-041-7/+8
* Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-032-4/+4
* Fix build with bundler 1.6Rafael Mendonça França2014-03-261-1/+1
* Fix Generation of proper migration whenKuldeep Aggarwal2014-03-251-0/+50
* Check if any sqlite files are not included in the gitignoreRafael Mendonça França2014-03-241-2/+2