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
*
Removed Mocha from app generators tests
Ronak Jangir
2015-09-23
1
-87
/
+106
*
Merge pull request #20605 from dcrec1/assert_file
Yves Senn
2015-06-19
1
-1
/
+1
|
\
|
*
assert_file understands paths with special characters
Diego Carrion
2015-06-18
1
-1
/
+1
*
|
fix railties tests
Mehmet Emin İNAÇ
2015-06-18
1
-2
/
+2
|
/
*
Generate a `.keep` file in `tmp` folder
Yoong Kang Lim
2015-05-30
1
-0
/
+27
*
Implicitly skip spring for `rails new --dev`
Godfrey Chan
2015-04-20
1
-0
/
+8
*
Merge pull request #19034 from jvanbaarsen/explicit-job-base-class
Matthew Draper
2015-03-30
1
-0
/
+6
|
\
|
*
Add explicit base class for ActiveJob jobs
Jeroen van Baarsen
2015-03-23
1
-0
/
+6
*
|
method_source needs to be a hard dependency on railties
Arthur Neves
2015-03-19
1
-7
/
+0
|
/
*
Require `belongs_to` by default.
Josef Šimánek
2015-02-21
1
-0
/
+33
*
README.rdoc -> README.md for newly generated applications
Xavier Noria
2015-02-06
1
-1
/
+1
*
Remove documentation tasks
Xavier Noria
2015-02-06
1
-5
/
+0
*
Merge pull request #18705 from mrgilman/skip-test
Rafael Mendonça França
2015-01-29
1
-4
/
+4
|
\
|
*
Update option to skip test in generators
Melanie Gilman
2015-01-27
1
-4
/
+4
*
|
introduce `ActiveSupport::Testing::FileFixtures`.
Yves Senn
2015-01-28
1
-0
/
+1
|
/
*
Add the `method_source` gem to the default Gemfile
Sean Griffin
2015-01-13
1
-0
/
+7
*
Remove debugger support
Rafael Mendonça França
2015-01-04
1
-3
/
+0
*
Add config to halt callback chain on return false
claudiob
2015-01-02
1
-0
/
+32
*
Add --skip-action-mailer (or -M) to rails generate
claudiob
2015-01-01
1
-0
/
+28
*
Skip byebug on all non-MRI rubies, fix tests
Sean Griffin
2014-12-22
1
-1
/
+1
*
Only add debugger/byebug if on MRI
Arthur Neves
2014-12-22
1
-1
/
+1
*
Fix Duplicate web-console entries in Gemfile
NorimasaAndo
2014-12-14
1
-0
/
+18
*
Fix rbx generated Gemfile regex
Benjamin Fleischer
2014-10-27
1
-1
/
+1
*
Add back --skip-turbolinks and remove --skip-gems
Rafael Mendonça França
2014-10-26
1
-3
/
+2
*
Remove --skip-action-view option from application generator
Dan Olson
2014-09-24
1
-5
/
+0
*
Require ActiveJob in case a skip_xxx option is given
slainer68
2014-08-20
1
-0
/
+1
*
Fixes test for Gemfile entry changes
Arun Agrawal
2014-08-08
1
-6
/
+11
*
Add an after_bundle callback in Rails templates
Stefan Kanev
2014-08-03
1
-0
/
+15
*
Avoid defining the test if it does not need to when not on JRuby
Carlos Antonio da Silva
2014-07-30
1
-2
/
+2
*
Use default argument when testing generators without the need for extra args
Carlos Antonio da Silva
2014-07-30
1
-3
/
+3
*
Invert unless..else conditions on JRuby checks
Carlos Antonio da Silva
2014-07-30
1
-9
/
+9
*
Set Psych as the YAML engine for Rubinius
Robin Dupret
2014-07-23
1
-0
/
+13
*
Merge branch 'rm-remove-mocha'
Rafael Mendonça França
2014-07-19
1
-0
/
+1
|
\
|
*
Stop requiring mocha automatically
Rafael Mendonça França
2014-07-19
1
-0
/
+1
*
|
Keep quietly and capture undeprecated on your suite
Rafael Mendonça França
2014-07-15
1
-1
/
+1
|
/
*
Add a generic --skip-gems options to generator
Rafael Mendonça França
2014-06-17
1
-2
/
+3
*
Add an option to skip installation of Turbolinks
Marc Schütz
2014-06-14
1
-0
/
+14
*
`bin/setup` script to bootstrap applications.
Yves Senn
2014-05-30
1
-0
/
+1
*
New applications should be created with json serializer
Rafael Mendonça França
2014-05-17
1
-0
/
+36
*
Fix app generator test hanging.
Christian Wesselhoeft
2014-05-17
1
-2
/
+2
*
Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_default
Rafael Mendonça França
2014-04-11
1
-2
/
+5
|
\
|
*
Update Gemfile templates to provide correct debugger
David Rodríguez de Dios
2014-04-08
1
-2
/
+5
*
|
Move assets precompile (and version) to an initializer
Matthew Draper
2014-04-11
1
-1
/
+1
|
/
*
Check if any sqlite files are not included in the gitignore
Rafael Mendonça França
2014-03-24
1
-2
/
+2
*
Remove sqlite3 lines from .gitignore if the application is not using sqlite3.
Dmitrii Golub
2014-03-24
1
-1
/
+25
*
Remove inclusion of rubysl gem for rbx on generated Gemfile
Carlos Antonio da Silva
2014-02-25
1
-7
/
+0
*
[skip ci] Fix test name typo in app generator tests.
Spencer Rogers
2014-02-25
1
-1
/
+1
*
remove railties changes. fixes #14054
Aaron Patterson
2014-02-14
1
-67
/
+0
*
Fix AppGeneratorTest: serializer option was removed from session_store
Guillermo Iguaran
2014-02-11
1
-1
/
+1
*
Modify the session serializer implementation
Guillermo Iguaran
2014-01-30
1
-1
/
+1
[next]