README.md in lazy-head-gen-0.2.0 vs README.md in lazy-head-gen-0.3.0

- old
+ new

@@ -17,14 +17,14 @@ ``` Padrino gotcha: You'll need to put the `gem 'lazy-head-gen'` requirement *after* `gem 'padrino'` in your Gemfile. Lazy Head Gen needs Padrino loaded before it can work. +Also you will need to add this gem for both :development and :test groups. This is because there are a couple of added test helper functions and assertions used by the output from the generators. + ## Usage -There are currently 2 extra generators, scaffold and admin_controller_tests. - ### Scaffold Generator To generate a new scaffold: ``` @@ -64,9 +64,17 @@ ``` padrino g admin_controller_tests products ``` This will generate a fully tested admin controller test for the 6 CRUD routes of a standard Padrino admin controller. + +### Bootstrapped Admin Generator + +TODO: write about this + +### Bootstrapped Admin Page Generator + +TODO: write about this ## Extras ### Built in assertions and test helpers \ No newline at end of file