Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create simpler scaffold generator #18

Closed
flohdot opened this issue Feb 24, 2014 · 2 comments
Closed

Create simpler scaffold generator #18

flohdot opened this issue Feb 24, 2014 · 2 comments
Milestone

Comments

@flohdot
Copy link
Member

flohdot commented Feb 24, 2014

No description provided.

@flohdot flohdot mentioned this issue Feb 25, 2014
4 tasks
@nicholasjhenry
Copy link
Contributor

In Rails 4.x this is a matter of removing the jbuilder gem which overrides the generator views. This removes all the json/respond_to noise that's problematic. What will probably be best is to use a Rails template to remove this and add other required dependencies for Heroku (e.g. pg, rails_12factor).

@nicholasjhenry
Copy link
Contributor

@flohdot:

Created branch here: https://github.com/railsbridge-montreal/docs/tree/features/simple-scaffold (merge, if OK)
Created repo with Rails application templates here this gives us a simpler scaffold generator by removing the jbuilder Gem: https://github.com/railsbridge-montreal/rails_template

@mathieugagne mathieugagne added this to the April 2014 milestone Mar 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants