aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1356 from flippingbits/fix_engine_generatorJosé Valim2011-06-093-14/+13
|\
| * Use RAILS_ISOLATED_ENGINE and fix namespaced generators testsStefan Sprenger2011-06-071-9/+1
| * Generate script/rails only if --full is givenStefan Sprenger2011-05-272-5/+5
| * Fix appending 'Stefan Sprenger2011-05-271-1/+1
| * Fix and test ENGINE_PATH and ENGINE_ROOTStefan Sprenger2011-05-271-0/+8
| * We're now using generators directlyStefan Sprenger2011-05-261-1/+0
* | properly require javascript libraries when generating mountable engineJ. Edward Dewyea2011-05-301-0/+22
|/
* Use global namespace RailsStefan Sprenger2011-05-261-1/+1
* Improve test assertionStefan Sprenger2011-05-251-1/+3
* Remove whitespaces from empty lineStefan Sprenger2011-05-251-1/+1
* Add test files to engine's gemspecStefan Sprenger2011-05-251-0/+7
* Merge pull request #1260 from flippingbits/masterJosé Valim2011-05-251-0/+5
|\
| * Add test for shebang in engine's script/rails fileStefan Sprenger2011-05-241-0/+5
* | Using load_generatorsArun Agrawal2011-05-251-1/+1
* | Remove deprecated plugin generatorGuillermo Iguaran2011-05-241-71/+0
* | Streamline generators initialization flow.José Valim2011-05-251-1/+1
* | Move SCSS generators and default templates from Rails to the Sass Railtie (d4...tomhuda2011-05-244-24/+24
* | Remove asserts for js ext stuff thats not used any moreDavid Heinemeier Hansson2011-05-241-3/+0
* | create the dummy app if there's no test_unit but there's a dummy_pathdmathieu2011-05-241-0/+7
|/
* Fix failing test suite (please run tests before sending pull requests :S)José Valim2011-05-241-1/+2
* Add test for gemspec of the generated engineStefan Sprenger2011-05-241-0/+6
* 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-1813-119/+118
* 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
* Run bundle install once when using plugin_new --full --mountable. Closes #555Santiago Pastorino2011-05-171-0/+5
* generate HTML5 number_field tag for integer fieldsAkira Matsuda2011-05-161-1/+5
* Fixed failing tests for namespaced_generators_test. in 1.9.2Arun Agrawal2011-05-141-1/+5
* application and plugin generation run bundle install unless --skip-gemfile or...Xavier Noria2011-05-141-2/+11
* Update Mailer generator to use 1.9 styled hash when run on Ruby 1.9Prem Sichanugrist2011-05-131-3/+25
* use #quietly in a few places, and s/silence/capture/ where intention is captureXavier Noria2011-05-132-12/+12
* new reporting method Kernel#quietlyXavier Noria2011-05-132-3/+3
* silences stderr to prevent an expected error message in the test suite from b...Xavier Noria2011-05-131-2/+1
* say silence when you mean silenceXavier Noria2011-05-131-1/+1
* application and plugin generation run bundle check unless --skip-gemfileXavier Noria2011-05-132-10/+19
* removes duplicate testsXavier Noria2011-05-131-13/+0
* adds comments clarifying the role of SharedGeneratorTestsXavier Noria2011-05-073-0/+7
* 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
* Fixed tests for new_plugin_generator.Arun Agrawal2011-05-041-2/+0
* 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-302-30/+1
* jdbcpostgresql support added into template.Vishnu Atrai2011-04-261-0/+6
* Merged pull request #300 from arunagw/jdbc_test.Aaron Patterson2011-04-251-0/+12
|\
| * jdbcsqlite3 support added into template. #jrubyArun Agrawal2011-04-231-0/+6