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_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix generator suggestion raise error when I18n.available_locales don’t incl...
willnet
2017-11-22
1
-0
/
+13
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
Stop creating ApplicationRecord on model generation
Lisa Ugray
2017-07-24
1
-1
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Use `require_relative` instead of `require` with full path
bogdanvlviv
2017-06-14
1
-1
/
+1
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Use appropriate type in generators test
yuuji.yaginuma
2017-03-08
1
-1
/
+1
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-3
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-10
/
+10
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-9
/
+9
*
Cleaned up generators tests using internal assertion helper
Ronak Jangir
2015-08-20
1
-17
/
+7
*
Remove use of mocha in the railties generators tests
Ronak Jangir
2015-05-22
1
-18
/
+34
*
Fix generator tests
Rafael Mendonça França
2015-05-03
1
-1
/
+1
*
Revert "Fix multiple suggestion test"
Arthur Neves
2015-04-25
1
-1
/
+1
*
Fix multiple suggestion test
Arthur Neves
2015-04-25
1
-1
/
+1
*
Add test for multiple suggested generator names.
Josef Šimánek
2015-04-25
1
-0
/
+6
*
Fix Railties tests that were order dependent
Akira Matsuda
2014-08-13
1
-0
/
+10
*
Stop requiring mocha automatically
Rafael Mendonça França
2014-07-19
1
-0
/
+1
*
Emit suggested generator names when not found
schneems
2014-06-04
1
-1
/
+7
*
print generators on failed generate
schneems
2014-05-26
1
-2
/
+4
*
More Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-2
/
+2
*
Revert "Isolate railties Generators Tests"
Guillermo Iguaran
2013-08-02
1
-1
/
+0
*
Isolate railties Generators Tests
Alex Tambellini
2013-08-02
1
-0
/
+1
*
s/plugin_new/plugin
schneems
2013-06-30
1
-1
/
+1
*
cleanup railties test; fix typos
Vipul A M
2013-03-31
1
-1
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-4
/
+4
*
Fix class_eval without __FILE__ and __LINE__.
kennyj
2012-07-18
1
-1
/
+1
*
remove duplicate requires of mocha.
Aaron Patterson
2012-07-03
1
-1
/
+0
*
Unused variable warning removed.
Arun Agrawal
2012-05-30
1
-1
/
+1
*
More assert_match warnings fixed.
Arun Agrawal
2012-05-30
1
-1
/
+1
*
Remove --http.
José Valim
2012-03-14
1
-51
/
+0
*
Generate special controller and functional test templates for http apps
Carlos Antonio da Silva
2012-03-14
1
-1
/
+10
*
Disable template, helper and assets options when using http_only!
Carlos Antonio da Silva
2012-03-14
1
-0
/
+18
*
Create generators http_only! setup and hide some common namespaces for now
Carlos Antonio da Silva
2012-03-14
1
-0
/
+24
*
Add convenience method to hide a generator from the available ones
Carlos Antonio da Silva
2012-02-03
1
-1
/
+7
*
treat USAGE as an ERB template
Colin MacKenzie IV
2011-11-02
1
-0
/
+6
*
Removed tests for rescue branch for Rails 2.x compatibility
Alexey Gaziev
2011-06-20
1
-6
/
+0
*
load_generators_from_railties was removed, remove failing test_load_generator...
Guillermo Iguaran
2011-05-24
1
-7
/
+0
*
be sure to parenthesize the arguments when the first one is a RegExp literal
Akira Matsuda
2011-05-18
1
-15
/
+15
*
Allow generators nested in more than one level
Santiago Pastorino
2011-01-12
1
-0
/
+8
*
Make sure that generator's default banner is showing its namespace
Prem Sichanugrist
2011-01-01
1
-0
/
+10
*
Tidy up generators commits.
José Valim
2010-11-17
1
-0
/
+6
*
application generation: --skip-testunit and --skip-activerecord renamed to --...
Xavier Noria
2010-07-25
1
-1
/
+1
*
Update generators test.
José Valim
2010-05-15
1
-12
/
+1
*
Load generators from both lib/rails/generators and lib/generators. Using the ...
José Valim
2010-03-23
1
-2
/
+2
*
Prettify generators description whenever using the default stack [#4143 statu...
José Valim
2010-03-12
1
-2
/
+16
*
Add autoload to generators modules and fix failing test.
José Valim
2010-02-26
1
-4
/
+4
*
Fix dangling klass reference
Jeremy Kemper
2010-02-25
1
-1
/
+1
*
Fix test on 1.8.8. Broken by inherited hook now running before Class.new block.
Jeremy Kemper
2010-02-25
1
-5
/
+6
[next]