1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/generators
Xavier Noria 542ddd8c89 brings csrf_meta_tags back to the generated layout
After more discussion, it has be agreed that this kind
of changes within reasonable margins are OK for 3.1.
That is, it is fine to change a little bit the generators
even if that means examples in existing books won't be
exact. (Note that the singular csrf_meta_tag exists as an
alias and thus those outdated examples will run, same for
existing applications.)
2010-10-02 00:10:32 +02:00
..
erb Remove the --singeleton option from scaffold generator. 2010-06-24 20:17:59 +02:00
rails brings csrf_meta_tags back to the generated layout 2010-10-02 00:10:32 +02:00
test_unit Add namespacing to mailer generator 2010-09-25 17:28:10 +02:00
actions.rb Remove deprecation warnings in railties 2010-09-06 13:38:12 +02:00
active_model.rb edit pass to apply API guideline wrt the use of "# =>" in example code 2010-07-30 02:30:04 +02:00
base.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
erb.rb Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00
generated_attribute.rb Output a friendly message when no type given for GeneratedAttribute [#5461 state:resolved] 2010-09-02 12:59:21 +02:00
migration.rb Remove existing migration when using 'rails generate model' with --force [#5526 state:committed] 2010-09-18 21:22:29 +02:00
named_base.rb Refactor a few methods connected with namespacing in Rails::Generators::NamedBase 2010-09-25 17:28:10 +02:00
resource_helpers.rb Patch for Namespace problem in Scaffold. [#4763 state:resolved] 2010-06-23 09:30:55 +02:00
test_case.rb Move capture to Kernel. [#5641 state:resolved] 2010-09-18 20:49:36 +02:00
test_unit.rb Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00