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
*
Merge pull request #9401 from sikachu/master-remove-builder-option
Rafael Mendonça França
2013-02-24
1
-25
/
+0
|
\
|
*
Remove `--builder` option from `rails` command
Prem Sichanugrist
2013-02-24
1
-25
/
+0
*
|
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
1
-9
/
+0
|
/
*
--no-rc in the railties tests
Akira Matsuda
2013-02-01
1
-1
/
+1
*
Fixes improper database name when a '.' is included while creating a new rails
Jeremy W. Rowe
2013-01-16
1
-0
/
+5
*
remove performance tests from the default stack
Yves Senn
2013-01-10
1
-3
/
+0
*
doc/README_FOR_APP is no longer generated
Xavier Noria
2013-01-08
1
-1
/
+0
*
Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...
Jeremy Kemper
2013-01-06
1
-1
/
+3
*
Make sure assets is disable when --skip-sprockets is used
Rafael Mendonça França
2013-01-05
1
-1
/
+2
*
config.assets.enabled is now true by default
David Heinemeier Hansson
2013-01-05
1
-1
/
+0
*
update concerned tests
Francesco Rodriguez
2012-12-18
1
-0
/
+2
*
Use Rails to Render Default Index Page
schneems
2012-12-10
1
-8
/
+0
*
Add encrypted cookie store
Santiago Pastorino
2012-11-03
1
-1
/
+1
*
Fix the app_generator and plugin_new tests
Rafael Mendonça França
2012-10-18
1
-1
/
+1
*
Switch to new sprockets-rails plugin
Joshua Peek
2012-10-15
1
-1
/
+2
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-3
/
+3
*
No need to test for rack-cache present in Gemfile
Arun Agrawal
2012-10-11
1
-5
/
+0
*
Update test locations
Mike Moore
2012-10-09
1
-2
/
+4
*
Add rack-cache to default Gemfile
Guillermo Iguaran
2012-10-01
1
-0
/
+5
*
Remove .rb from require sentences
José Corcuera Z
2012-09-21
1
-1
/
+1
*
Remove attributes whitelist tests from AppGenerator tests
Guillermo Iguaran
2012-09-16
1
-6
/
+0
*
Remove all references to attr_accessible/protected and old mass_assignment_sa...
Guillermo Iguaran
2012-09-16
1
-9
/
+0
*
change app/plugin generators to be more SCM agnostic
Derek Prior
2012-09-12
1
-4
/
+4
*
remove some artifacts of dependent_restrict_raises that I missed
Jon Leighton
2012-08-10
1
-1
/
+0
*
Remove the dependent_restrict_raises option.
Jon Leighton
2012-08-10
1
-5
/
+0
*
Revert "The application generator generates `public/humans.txt` with some bas...
David Heinemeier Hansson
2012-08-07
1
-5
/
+0
*
Fix app_generator_test with the changes introduced at
Rafael Mendonça França
2012-05-30
1
-1
/
+1
*
Remove not used date variable and another test warning
Carlos Antonio da Silva
2012-05-14
1
-2
/
+1
*
Remove assertion on date from humans.txt tests
José Valim
2012-05-14
1
-1
/
+1
*
Refactor App Generator Test
Oscar Del Ben
2012-05-13
1
-22
/
+20
*
Adding test for humans.txt
Arun Agrawal
2012-05-08
1
-0
/
+6
*
Fix build for railties generators
Arun Agrawal
2012-05-02
1
-1
/
+1
*
Merge pull request #5530 from malclocke/add_option_to_skip_index.html_on_rail...
José Valim
2012-04-30
1
-0
/
+7
|
\
|
*
Added a generator option to remove the public/index.html file when generating...
Ivan Vanderbyl
2012-03-21
1
-0
/
+7
*
|
Fix test
Santiago Pastorino
2012-04-16
1
-2
/
+2
*
|
"rails new -h" shows message in rails directory
ask
2012-04-09
1
-0
/
+10
*
|
Usage file in generators shouldn't be fetched only based on source_root
Piotr Sarnacki
2012-04-01
1
-1
/
+1
|
/
*
Build fix for app_generator_test.rb
Arun Agrawal
2012-03-18
1
-1
/
+1
*
Remove --http.
José Valim
2012-03-14
1
-33
/
+0
*
Do not generate app/views and sprockets entries on http app
Carlos Antonio da Silva
2012-03-14
1
-1
/
+16
*
Rename http-only app generator option to http
Carlos Antonio da Silva
2012-03-14
1
-5
/
+5
*
Remove duplicated tests from shared generator
Carlos Antonio da Silva
2012-03-14
1
-1
/
+2
*
Generate middleware http_only! config when running http only app generator
Carlos Antonio da Silva
2012-03-14
1
-0
/
+6
*
Add http-only option to Rails app generator
Carlos Antonio da Silva
2012-03-14
1
-0
/
+10
*
The sprockets railtie was moved to sprockets/rails/railtie
Guillermo Iguaran
2012-03-13
1
-1
/
+1
*
Only add the whitelist_attributes option if ActiveRecord is present
Rafael Mendonça França
2012-03-04
1
-0
/
+6
*
uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...
Xavier Noria
2012-02-24
1
-5
/
+0
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-0
/
+5
*
Don't run bundle install when passed with --pretend option
kennyj
2012-02-01
1
-0
/
+5
*
Only add ActiveRecord configuration if it is present
Rafael Mendonça França
2012-01-31
1
-0
/
+1
[next]