Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove asserts for js ext stuff thats not used any more | David Heinemeier Hansson | 2011-05-24 | 1 | -3/+0 |
| | |||||
* | Let's load jruby-openssl now for all. #jruby | Arun Agrawal | 2011-05-22 | 1 | -1/+3 |
| | |||||
* | be sure to parenthesize the arguments when the first one is a RegExp literal | Akira Matsuda | 2011-05-18 | 1 | -13/+13 |
| | | | | | | this fixes: "warning: ambiguous first argument; put parentheses or even spaces" because: you need this to tell the parser that you're not calling :/ method (division) details (Japanese!): http://blade.nagaokaut.ac.jp/cgi-bin/vframe.rb/ruby/ruby-dev/42445?42370-43277 | ||||
* | Fixing typo in test for turn gem | Guillermo Iguaran | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | don't include 'turn' gem in Gemfile if test unit is skipped. | Teng Siong Ong | 2011-05-18 | 1 | -0/+7 |
| | |||||
* | add tests for ruby-debug gem in Gemfile and make sure that ruby-debug19 is ↵ | Teng Siong Ong | 2011-05-18 | 1 | -0/+14 |
| | | | | used as long as RUBY_VERSION > '1.9'. | ||||
* | add test case for turn gem for testunit. | siong1987 | 2011-05-18 | 1 | -0/+8 |
| | |||||
* | use #quietly in a few places, and s/silence/capture/ where intention is capture | Xavier Noria | 2011-05-13 | 1 | -4/+4 |
| | |||||
* | new reporting method Kernel#quietly | Xavier Noria | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | silences stderr to prevent an expected error message in the test suite from ↵ | Xavier Noria | 2011-05-13 | 1 | -2/+1 |
| | | | | being echoed | ||||
* | adds comments clarifying the role of SharedGeneratorTests | Xavier Noria | 2011-05-07 | 1 | -0/+2 |
| | |||||
* | be consistent | Aditya Sanghi | 2011-05-06 | 1 | -3/+1 |
| | |||||
* | review fixes | Aditya Sanghi | 2011-05-06 | 1 | -1/+0 |
| | |||||
* | default orm and test_framework to false; change application.rb template ↵ | Aditya Sanghi | 2011-05-06 | 1 | -3/+7 |
| | | | | accordingly | ||||
* | When skipping skip active record, mark config.generators.orm to false; LH ↵ | Aditya Sanghi | 2011-05-06 | 1 | -1/+4 |
| | | | | 5796 remainder | ||||
* | Adding jruby-openssl in Gemfile by default. #jruby | Arun Agrawal | 2011-05-05 | 1 | -0/+1 |
| | |||||
* | restores the -j option, but now it accepts the name of any library | Xavier Noria | 2011-05-04 | 1 | -9/+29 |
| | | | | | | If passed "foo", a gem "foo-rails" is added to the Gemfile and "foo" and "foo_ujs" are required in the application JavaScript manifest. | ||||
* | Prototype and Scriptaculous are no longer vendored, but provided by ↵ | Xavier Noria | 2011-04-30 | 1 | -20/+1 |
| | | | | prototype-rails from now on, also the -j option of the application generator is removed | ||||
* | jdbcpostgresql support added into template. | Vishnu Atrai | 2011-04-26 | 1 | -0/+6 |
| | |||||
* | jdbcsqlite3 support added into template. #jruby | Arun Agrawal | 2011-04-23 | 1 | -0/+6 |
| | |||||
* | Start Adding jdbcmysql support to new rails template. | Arun Agrawal | 2011-04-23 | 1 | -0/+6 |
| | | | More will come for jruby app. | ||||
* | Images path fixed in test. | Arun Agrawal | 2011-04-23 | 1 | -1/+1 |
| | |||||
* | Fix generator tests. | José Valim | 2011-04-15 | 1 | -22/+21 |
| | |||||
* | jQuery is the new default | Xavier Noria | 2011-04-13 | 1 | -11/+8 |
| | |||||
* | Add --old-style-hash option to force creating old style hash on Ruby 1.9 | Prem Sichanugrist | 2011-04-10 | 1 | -0/+8 |
| | | | | That means if you don't like the new syntax, you can pass --old-style-hash to force Rails to generate code with hash rockets. | ||||
* | Rails will now generate Ruby 1.9 style hash when running app generator on ↵ | Prem Sichanugrist | 2011-04-10 | 1 | -0/+10 |
| | | | | | | Ruby 1.9.x The new hash syntax of Ruby 1.9 looks more superior, so we decide to switch to it in the places that appropriate. | ||||
* | Test non zero exit code and that a message still appears when generating ↵ | Philip Arndt | 2011-01-29 | 1 | -0/+11 |
| | | | | inside an existing Rails directory. | ||||
* | Dir.chdir is not useful in this test, that was for another one I am planning ↵ | Philip Arndt | 2011-01-29 | 1 | -4/+3 |
| | | | | to do. | ||||
* | Added test to ensure non zero exit codes when generating an application with ↵ | Philip Arndt | 2011-01-29 | 1 | -0/+7 |
| | | | | | | a reserved name. Unfortunately, I can't find out how to suppress its output so we see ....Invalid application name test. Please give a name which does not match one of the reserved rails words..................................... | ||||
* | change sqlite3-ruby => sqlite3 in the generators | Aaron Patterson | 2011-01-16 | 1 | -1/+1 |
| | |||||
* | dragdrop was tested twice and effects.js was missing, added checks for ↵ | Santiago Pastorino | 2010-12-16 | 1 | -1/+4 |
| | | | | controls.js, dragdrop.js and effects.js to another test | ||||
* | Fix generation of prototype files, it should work with --javascript ↵ | Piotr Sarnacki | 2010-12-16 | 1 | -0/+3 |
| | | | | prototype, not --prototype | ||||
* | Remove whitespaces and add missing test. | José Valim | 2010-11-11 | 1 | -5/+12 |
| | |||||
* | Properly skip test unit in 'plugin new' generator | Piotr Sarnacki | 2010-11-02 | 1 | -5/+0 |
| | |||||
* | Properly handle other databases in 'plugin new' generator | Piotr Sarnacki | 2010-11-02 | 1 | -5/+0 |
| | |||||
* | Remove integration tests and ActionModel/ActiveRecord calls from 'rake ↵ | Piotr Sarnacki | 2010-11-02 | 1 | -1/+1 |
| | | | | plugin new' generator, it shouldn't be available as default option | ||||
* | Make tests for app and plugin generators more DRY | Piotr Sarnacki | 2010-11-02 | 1 | -136/+12 |
| | |||||
* | -j parameter added to rails new command. | siong1987 | 2010-10-11 | 1 | -4/+24 |
| | | | | | | | | Now you can start your apps with jquery with rails new myapp -j jquery, the default is still prototype [#5613 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | This test is not only testing config/database stuff anymore | Santiago Pastorino | 2010-10-09 | 1 | -1/+1 |
| | |||||
* | test that skip active records does not load fixtures | Aditya Sanghi | 2010-10-09 | 1 | -0/+3 |
| | | | | | | [#4104 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Test if test/performance/browsing_test.rb exists when --skip-activerecord is ↵ | Santiago Pastorino | 2010-10-09 | 1 | -0/+1 |
| | | | | | | used [#4104] | ||||
* | Revert "Clean up the builder abstraction in AppGenerator." | wycats | 2010-10-06 | 1 | -1/+67 |
| | | | | | | | The phrase "clean up" misrepresents the fact that this removes a feature that ships with Rails 3.0. This reverts commit 6774e12afa0f29442aa612ddf6e51d5a1b7a4356. | ||||
* | Clean up the builder abstraction in AppGenerator. | José Valim | 2010-10-06 | 1 | -67/+1 |
| | | | | This commit may be reverted once documentation and a proper way to handle actions are added. | ||||
* | Fix app and actions generators tests | Piotr Sarnacki | 2010-09-25 | 1 | -0/+4 |
| | | | | | | | Normally Rails.application is an instance, but for those tests Rails.application needs to be class. Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Ensures the app generator generates the correct @app_name. [#5434 ↵ | Fred Wu | 2010-09-24 | 1 | -0/+1 |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Fixed the session name generated by the app_generator. Also refactored the ↵ | Fred Wu | 2010-08-28 | 1 | -6/+21 |
| | | | | | | corresponding test suites to be cleaner. [#5434 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Fix test of generated Gemfile with mysql selected as DB driver | Krekoten' Marjan | 2010-08-24 | 1 | -1/+1 |
| | | | | | | [#5435 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Stub is_a? not instance_of? here | Santiago Pastorino | 2010-08-03 | 1 | -1/+1 |
| | |||||
* | Improved how AppGenerator generates the application name. It now detects the ↵ | Fred Wu | 2010-08-02 | 1 | -0/+24 |
| | | | | | | | | current app name whenever possible. This means that renaming the residing directory will not effect the app name generated by AppGenerator. [#5225 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> |