index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
test
/
generators
/
app_generator_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
be sure to parenthesize the arguments when the first one is a RegExp literal
Akira Matsuda
2011-05-18
1
-13
/
+13
*
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 us...
Teng Siong Ong
2011-05-18
1
-0
/
+14
*
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 b...
Xavier Noria
2011-05-13
1
-2
/
+1
*
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 accor...
Aditya Sanghi
2011-05-06
1
-3
/
+7
*
When skipping skip active record, mark config.generators.orm to false; LH 579...
Aditya Sanghi
2011-05-06
1
-1
/
+4
*
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
*
Prototype and Scriptaculous are no longer vendored, but provided by prototype...
Xavier Noria
2011-04-30
1
-20
/
+1
*
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
*
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
*
Rails will now generate Ruby 1.9 style hash when running app generator on Rub...
Prem Sichanugrist
2011-04-10
1
-0
/
+10
*
Test non zero exit code and that a message still appears when generating insi...
Philip Arndt
2011-01-29
1
-0
/
+11
*
Dir.chdir is not useful in this test, that was for another one I am planning ...
Philip Arndt
2011-01-29
1
-4
/
+3
*
Added test to ensure non zero exit codes when generating an application with ...
Philip Arndt
2011-01-29
1
-0
/
+7
*
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 contro...
Santiago Pastorino
2010-12-16
1
-1
/
+4
*
Fix generation of prototype files, it should work with --javascript prototype...
Piotr Sarnacki
2010-12-16
1
-0
/
+3
*
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 plugin...
Piotr Sarnacki
2010-11-02
1
-1
/
+1
*
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
*
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
*
Test if test/performance/browsing_test.rb exists when --skip-activerecord is ...
Santiago Pastorino
2010-10-09
1
-0
/
+1
*
Revert "Clean up the builder abstraction in AppGenerator."
wycats
2010-10-06
1
-1
/
+67
*
Clean up the builder abstraction in AppGenerator.
José Valim
2010-10-06
1
-67
/
+1
*
Fix app and actions generators tests
Piotr Sarnacki
2010-09-25
1
-0
/
+4
*
Ensures the app generator generates the correct @app_name. [#5434 state:resol...
Fred Wu
2010-09-24
1
-0
/
+1
*
Fixed the session name generated by the app_generator. Also refactored the co...
Fred Wu
2010-08-28
1
-6
/
+21
*
Fix test of generated Gemfile with mysql selected as DB driver
Krekoten' Marjan
2010-08-24
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
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
*
fix for rails app generator when using --pretend option
Steve Agalloco
2010-07-30
1
-0
/
+6
*
Update to latest thor.
José Valim
2010-07-26
1
-4
/
+4
[next]