Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #104 from monterail/feature/generators
Browse files Browse the repository at this point in the history
Turn off helpers generation
  • Loading branch information
jandudulski committed Feb 22, 2013
2 parents d0e0245 + 4a580ab commit e97ab03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rails.md
Expand Up @@ -29,12 +29,13 @@ job_type :rake, "cd :path && RAILS_ENV=:environment /usr/local/bin/bundle exec r
* Use I18n keys instead of plain text in views
* Use attr_accessible instead of attr_protected

## Turn off assets generation
## Setup generators
```ruby
# config/application.rb
config.generators do |g|
g.stylesheets = false
g.javascripts = false
g.helper false
g.stylesheets false
g.javascripts false
end
```

Expand Down

0 comments on commit e97ab03

Please sign in to comment.