Skip to content

Instantly share code, notes, and snippets.

@svenfuchs
Created July 1, 2013 12:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svenfuchs/c80ddfe0f117b7de3328 to your computer and use it in GitHub Desktop.
Save svenfuchs/c80ddfe0f117b7de3328 to your computer and use it in GitHub Desktop.

Rails Girls Rails app generator

In the beginners workshop students would use that generator to bootstrap resources in their first Rails app.

The generator would add comments targeted at Rails Girls students to migrations, routes, controllers, models and views etc. Like a mini-inline tutorial that explains things briefly and gives pointers to guides or other resources. It would also omit more advanced things (like the respond_to blocks and json stuff in controllers etc.)

Project goals:

  • Figure out how to make scaffolded files more useful for Rails Girls students
  • Publish, collect feedback from the Rails Girls community and incorporate it to the generator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment