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
Lauro Caetano c09ef94a49 Remove turbolinks when generating a new application based on a template
that skips it.

It can be skipped adding `add_gem_entry_filter { |gem| gem.name != "turbolinks" }` to the template.
2013-11-21 23:31:57 -02:00
..
css
erb Fix the indentation on the from template of the scaffold generator 2013-08-19 10:52:01 -03:00
js/assets
rails Remove turbolinks when generating a new application based on a template 2013-11-21 23:31:57 -02:00
test_unit Added generated unit test for generator generator and new test:generators rake task included in test:all rake task. 2013-07-16 09:38:13 +02:00
testing More Warnings removed for ruby trunk 2013-11-01 13:47:23 +01:00
actions.rb Revert "Used Yield instead of block.call" -- this causes all of atom_feed_helper_test.rb to fail with "SystemStackError: stack level too deep". 2013-11-14 15:31:27 -08:00
active_model.rb Removed unused deprecation requires. 2013-07-03 23:21:23 +03:00
app_base.rb Remove turbolinks when generating a new application based on a template 2013-11-21 23:31:57 -02:00
base.rb Require the top file and autoload Base class 2013-11-09 17:55:56 -02:00
erb.rb
generated_attribute.rb
migration.rb Using ActiveSupport::Concern instead of plain regular Ruby hooks in railties/lib/rails/generators/migration.rb file 2013-07-01 22:27:01 +05:30
named_base.rb avoiding iterations and calling of underscore on all elements of array 2013-11-17 00:58:37 +05:30
resource_helpers.rb Added --model-name option scaffold_controller_generator. 2013-10-15 15:35:15 +09:00
test_case.rb Break down Rails::Generator::TestCase into modules 2013-03-31 20:46:16 -03:00
test_unit.rb