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
/
lib
/
rails
/
generators
/
named_base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-12
/
+12
*
Cable: Generate .js or .coffee files while generating channel as per the java...
Prathamesh Sonpatki
2016-05-17
1
-0
/
+4
*
make generated controller test work correctly
yuuji.yaginuma
2016-01-06
1
-0
/
+4
*
Update test generators to use ActionDispatch::IntegrationTest
Abdelkader Boudih
2015-12-15
1
-0
/
+12
*
fix NoMethodError that occurs when generating scaffold inside full mode engine
yuuji.yaginuma
2015-06-28
1
-0
/
+4
*
[ci skip] Fix the Rails::Generators::NamedBase#template doc
Roque Pinel
2015-06-15
1
-2
/
+2
*
respect `pluralize_table_names` when generate fixture file. fixes #19519
yuuji.yaginuma
2015-03-27
1
-0
/
+4
*
Fix description for application_name method - change simple to simply
Prathamesh Sonpatki
2014-12-30
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-2
/
+2
*
Add FIXME note about the thor bug
Rafael Mendonça França
2014-05-24
1
-0
/
+2
*
Merge pull request #9083 from bronson/patch-1
Rafael Mendonça França
2014-05-24
1
-1
/
+4
|
\
|
*
avoid using alias in generators
Scott Bronson
2013-01-25
1
-1
/
+4
*
|
avoiding iterations and calling of underscore on all elements of array
Akshay Vishnoi
2013-11-17
1
-1
/
+1
*
|
copy edits[ci skip]
Vijay Dev
2013-05-19
1
-3
/
+1
*
|
Added documentation for Rails::Generators::NamedBase.template
aditya-kapoor
2013-05-14
1
-0
/
+4
*
|
add require to suppress warning; remove variable
Vipul A M
2013-04-04
1
-1
/
+1
*
|
Add support for generate scaffold password:digest
Sam Ruby
2013-03-13
1
-0
/
+1
|
/
*
Add GeneratedAttribute#column_name to get the name of the column in the
Rafael Mendonça França
2012-12-10
1
-1
/
+1
*
Extract a attributes_names method to avoid duplication
Rafael Mendonça França
2012-12-10
1
-0
/
+7
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-2
/
+2
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-4
/
+4
*
reduce number of Strings
Akira Matsuda
2012-06-06
1
-1
/
+1
*
Make method name consistent with existing methods
Andrew White
2012-06-06
1
-3
/
+3
*
Fixed the application_controller require_dependency path generated by the app...
Fred Wu
2012-06-06
1
-4
/
+5
*
Fix generators to help with ambiguous `ApplicationController` issue
Piotr Sarnacki
2012-05-20
1
-0
/
+4
*
Don't indent blank lines in named base generators
Alexey Vakhov
2012-04-25
1
-1
/
+1
*
Updated/changed useless tr/gsubs
Jurriaan Pruis
2012-04-03
1
-1
/
+1
*
Remove key_value helper now that master is 1.9 only and we always use
Rafael Mendonça França
2012-03-13
1
-5
/
+0
*
Tidy up migration types.
José Valim
2011-12-24
1
-1
/
+1
*
added ability to specify from cli when generating a model/migration whether p...
Dmitrii Samoilov
2011-12-24
1
-3
/
+2
*
Get rid of more 1.8.x dead code
José Valim
2011-12-20
1
-7
/
+2
*
Get rid of --old-style-hash
José Valim
2011-12-20
1
-3
/
+0
*
Use namespace if it's a mountable engine
Stefan Sprenger
2011-06-07
1
-3
/
+1
*
initialize @inside_template
Akira Matsuda
2011-05-18
1
-0
/
+1
*
ADdd missing requires (thanks to @arunagw)
José Valim
2011-05-07
1
-0
/
+1
*
Add --old-style-hash option to force creating old style hash on Ruby 1.9
Prem Sichanugrist
2011-04-10
1
-1
/
+4
*
Rails will now generate Ruby 1.9 style hash when running scaffold_controller ...
Prem Sichanugrist
2011-04-10
1
-0
/
+10
*
Fixed issue #6363, avoid to pluralized already pluralized names and singulari...
Timothy N. Tsvetkov
2011-02-16
1
-2
/
+2
*
Fix indentation and newlines in generated engine
Piotr Sarnacki
2010-12-16
1
-1
/
+1
*
Change inside_namespace method to inside_template and use it in all templates...
Piotr Sarnacki
2010-11-16
1
-21
/
+20
*
Bye bye bang bang.
Piotr Sarnacki
2010-11-16
1
-1
/
+1
*
Fix scaffold generator to be aware of namespace in isolated engine
Piotr Sarnacki
2010-11-03
1
-1
/
+7
*
Refactor a few methods connected with namespacing in Rails::Generators::Named...
Piotr Sarnacki
2010-09-25
1
-8
/
+9
*
Rails.application is set anyway, we don't need to set it manually, this was p...
Piotr Sarnacki
2010-09-25
1
-1
/
+1
*
Generators fix: properly check if module should be created when creating a na...
Piotr Sarnacki
2010-09-25
1
-1
/
+5
*
Refactor namespaced generators to use module_namespacing block helper
Piotr Sarnacki
2010-09-24
1
-13
/
+10
*
Generators are not aware of namespace of isolated engines and applications
Piotr Sarnacki
2010-09-24
1
-2
/
+58
*
Patch for Namespace problem in Scaffold. [#4763 state:resolved]
Mohammed Siddick.E
2010-06-23
1
-1
/
+17
*
Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...
Andrew White
2010-06-20
1
-0
/
+8
[next]