-
Notifications
You must be signed in to change notification settings - Fork 14
/
Manifest
32 lines (32 loc) · 1.7 KB
/
Manifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
rails_generators/shoulda_model/shoulda_model_generator.rb
rails_generators/shoulda_model/templates/factory.rb
rails_generators/shoulda_model/templates/fixtures.yml
rails_generators/shoulda_model/templates/migration.rb
rails_generators/shoulda_model/templates/model.rb
rails_generators/shoulda_model/templates/unit_test.rb
rails_generators/shoulda_model/USAGE
rails_generators/shoulda_scaffold/shoulda_scaffold_generator.rb
rails_generators/shoulda_scaffold/templates/blueprint/ie.css
rails_generators/shoulda_scaffold/templates/blueprint/print.css
rails_generators/shoulda_scaffold/templates/blueprint/screen.css
rails_generators/shoulda_scaffold/templates/controller.rb
rails_generators/shoulda_scaffold/templates/erb/_form.html.erb
rails_generators/shoulda_scaffold/templates/erb/edit.html.erb
rails_generators/shoulda_scaffold/templates/erb/index.html.erb
rails_generators/shoulda_scaffold/templates/erb/layout.html.erb
rails_generators/shoulda_scaffold/templates/erb/new.html.erb
rails_generators/shoulda_scaffold/templates/erb/show.html.erb
rails_generators/shoulda_scaffold/templates/functional_test/basic.rb
rails_generators/shoulda_scaffold/templates/functional_test/should_be_restful.rb
rails_generators/shoulda_scaffold/templates/haml/_form.html.haml
rails_generators/shoulda_scaffold/templates/haml/edit.html.haml
rails_generators/shoulda_scaffold/templates/haml/index.html.haml
rails_generators/shoulda_scaffold/templates/haml/layout.html.haml
rails_generators/shoulda_scaffold/templates/haml/new.html.haml
rails_generators/shoulda_scaffold/templates/haml/show.html.haml
rails_generators/shoulda_scaffold/templates/helper.rb
rails_generators/shoulda_scaffold/USAGE
Rakefile
README.markdown
shoulda_generator.gemspec
Manifest