aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* default orm and test_framework to false; change application.rb template accor...Aditya Sanghi2011-05-061-3/+7
* When skipping skip active record, mark config.generators.orm to false; LH 579...Aditya Sanghi2011-05-061-1/+4
* Adding jruby-openssl in Gemfile by default. #jrubyArun Agrawal2011-05-051-0/+1
* restores the -j option, but now it accepts the name of any libraryXavier Noria2011-05-041-9/+29
* Prototype and Scriptaculous are no longer vendored, but provided by prototype...Xavier Noria2011-04-301-20/+1
* jdbcpostgresql support added into template.Vishnu Atrai2011-04-261-0/+6
* jdbcsqlite3 support added into template. #jrubyArun Agrawal2011-04-231-0/+6
* Start Adding jdbcmysql support to new rails template.Arun Agrawal2011-04-231-0/+6
* Images path fixed in test.Arun Agrawal2011-04-231-1/+1
* Fix generator tests.José Valim2011-04-151-22/+21
* jQuery is the new defaultXavier Noria2011-04-131-11/+8
* Add --old-style-hash option to force creating old style hash on Ruby 1.9Prem Sichanugrist2011-04-101-0/+8
* Rails will now generate Ruby 1.9 style hash when running app generator on Rub...Prem Sichanugrist2011-04-101-0/+10
* Test non zero exit code and that a message still appears when generating insi...Philip Arndt2011-01-291-0/+11
* Dir.chdir is not useful in this test, that was for another one I am planning ...Philip Arndt2011-01-291-4/+3
* Added test to ensure non zero exit codes when generating an application with ...Philip Arndt2011-01-291-0/+7
* change sqlite3-ruby => sqlite3 in the generatorsAaron Patterson2011-01-161-1/+1
* dragdrop was tested twice and effects.js was missing, added checks for contro...Santiago Pastorino2010-12-161-1/+4
* Fix generation of prototype files, it should work with --javascript prototype...Piotr Sarnacki2010-12-161-0/+3