aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Changed symbol platform to platforms for the commented out call to gem 'theru...Martin O'Connor2012-05-301-1/+1
* Replace ruby-debug19 which doesnt work on 1.9.3 out of the box with a more ma...Aditya Sanghi2012-04-171-2/+2
* "rails new -h" shows message in rails directoryask2012-04-131-0/+10
* Usage file in generators shouldn't be fetched only based on source_rootPiotr Sarnacki2012-04-021-1/+1
* Build fix for app_generator_test.rbArun Agrawal2012-03-181-1/+1
* Only add the whitelist_attributes option if ActiveRecord is presentRafael Mendonça França2012-03-041-0/+6
* --edge option should generate app with rails 3-2-stableGuillermo Iguaran2012-02-071-2/+2
* Fix plugin_new test failure from c8c84397Prem Sichanugrist2012-02-011-0/+7
* Merge pull request #4451 from guilleiguaran/add-therubyracer-commentedJosé Valim2012-01-131-4/+2
* Warning removed in testArun Agrawal2011-12-181-1/+1
* No need 'abstract_unit' here. It's already in 'generators_test_helper'Arun Agrawal2011-12-181-1/+0
* strip whitespace errors from the generated GemfileAaron Patterson2011-12-121-0/+10
* Skip assets options in environments files when --skip-sprockets is usedGuillermo Iguaran2011-12-111-0/+7
* Merge pull request #3925 from guilleiguaran/extra-test-for-therubyrhinoYehuda Katz2011-12-091-1/+5
|\
| * Add test to verify that therubyrhino isn't included when JRuby isn't usedGuillermo Iguaran2011-12-091-1/+5
* | Skip assets groups if --skip-sprockets option is givenGuillermo Iguaran2011-12-091-0/+5
|/
* Simplifying test in app/generatorArun Agrawal2011-12-031-3/+3
* implements automatic EXPLAIN logging for slow queriesXavier Noria2011-12-021-0/+9
* avoid absolute path for the rails.png in index.htmlkennyj2011-11-271-0/+1
* Added therubyrhino to default Gemfile under JRubyGuillermo Iguaran2011-11-141-0/+7
* Merge pull request #3357 from rahul100885/rahul100885_wsVijay Dev2011-10-251-0/+10
|\
| * Added test case for postgresql databaseRahul P. Chaudhari2011-10-181-0/+10
* | Remove Turn from default Gemfile.Guillermo Iguaran2011-10-221-15/+0
|/
* Added test to check that the vendor/assets/stylesheets directory is createdRahul Chaudhari2011-10-131-0/+5
* Added test to check that the vendor/assets/javascripts directory is createdSasha Gerrand2011-10-111-0/+5
* Merge pull request #2390 from arunagw/test_for_environment_fileSantiago Pastorino2011-08-241-0/+9
|\
| * Test added to check mass_assignment_sanitizer is not present if --skip-active...Arun Agrawal2011-08-031-0/+9
* | Merge pull request #2620 from cesario/3-1-0Santiago Pastorino2011-08-211-1/+1
|/
* Use cache/assets instead.José Valim2011-07-121-1/+1
* assets.cache_store now defaults to filesystem. You will want to share tmp/ass...José Valim2011-07-121-0/+1
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-4/+10
* fix test when running Jruby. If Jruby Platform is available the gem will change.Arun Agrawal2011-06-291-2/+10
* Merge pull request #1481 from arunagw/lib_assetsDavid Heinemeier Hansson2011-06-271-1/+2
|\
| * Using lib/assets only. Javascripts/Stylesheets people can fill later.Arun Agrawal2011-06-161-1/+2
* | Tests added when no option is given with #jruby. It should generateArun Agrawal2011-06-221-0/+8
* | Making tests according to the changes #jrubyArun Agrawal2011-06-221-3/+4
* | Test added for jdbc-adapterArun Agrawal2011-06-221-0/+6
|/
* Remove asserts for js ext stuff thats not used any moreDavid Heinemeier Hansson2011-05-241-3/+0
* Let's load jruby-openssl now for all. #jrubyArun Agrawal2011-05-221-1/+3
* be sure to parenthesize the arguments when the first one is a RegExp literalAkira Matsuda2011-05-181-13/+13
* Fixing typo in test for turn gemGuillermo Iguaran2011-05-181-1/+1
* don't include 'turn' gem in Gemfile if test unit is skipped.Teng Siong Ong2011-05-181-0/+7
* add tests for ruby-debug gem in Gemfile and make sure that ruby-debug19 is us...Teng Siong Ong2011-05-181-0/+14
* add test case for turn gem for testunit.siong19872011-05-181-0/+8
* use #quietly in a few places, and s/silence/capture/ where intention is captureXavier Noria2011-05-131-4/+4
* new reporting method Kernel#quietlyXavier Noria2011-05-131-1/+1
* silences stderr to prevent an expected error message in the test suite from b...Xavier Noria2011-05-131-2/+1
* adds comments clarifying the role of SharedGeneratorTestsXavier Noria2011-05-071-0/+2
* be consistentAditya Sanghi2011-05-061-3/+1
* review fixesAditya Sanghi2011-05-061-1/+0