CHANGELOG lib/nifty_generators.rb LICENSE Manifest nifty-generators.gemspec rails_generators/nifty_authentication/lib/insert_commands.rb rails_generators/nifty_authentication/nifty_authentication_generator.rb rails_generators/nifty_authentication/templates/authentication.rb rails_generators/nifty_authentication/templates/fixtures.yml rails_generators/nifty_authentication/templates/migration.rb rails_generators/nifty_authentication/templates/sessions_controller.rb rails_generators/nifty_authentication/templates/sessions_helper.rb rails_generators/nifty_authentication/templates/tests/rspec/sessions_controller.rb rails_generators/nifty_authentication/templates/tests/rspec/user.rb rails_generators/nifty_authentication/templates/tests/rspec/users_controller.rb rails_generators/nifty_authentication/templates/tests/shoulda/sessions_controller.rb rails_generators/nifty_authentication/templates/tests/shoulda/user.rb rails_generators/nifty_authentication/templates/tests/shoulda/users_controller.rb rails_generators/nifty_authentication/templates/tests/testunit/sessions_controller.rb rails_generators/nifty_authentication/templates/tests/testunit/user.rb rails_generators/nifty_authentication/templates/tests/testunit/users_controller.rb rails_generators/nifty_authentication/templates/user.rb rails_generators/nifty_authentication/templates/users_controller.rb rails_generators/nifty_authentication/templates/users_helper.rb rails_generators/nifty_authentication/templates/views/erb/login.html.erb rails_generators/nifty_authentication/templates/views/erb/signup.html.erb rails_generators/nifty_authentication/templates/views/haml/login.html.haml rails_generators/nifty_authentication/templates/views/haml/signup.html.haml rails_generators/nifty_authentication/USAGE rails_generators/nifty_config/nifty_config_generator.rb rails_generators/nifty_config/templates/config.yml rails_generators/nifty_config/templates/load_config.rb rails_generators/nifty_config/USAGE rails_generators/nifty_layout/nifty_layout_generator.rb rails_generators/nifty_layout/templates/_footer.html.haml rails_generators/nifty_layout/templates/_header.html.haml rails_generators/nifty_layout/templates/_javascripts.html.haml rails_generators/nifty_layout/templates/_navigation.html.haml rails_generators/nifty_layout/templates/_stylesheets.html.haml rails_generators/nifty_layout/templates/helper.rb rails_generators/nifty_layout/templates/javascript.js rails_generators/nifty_layout/templates/layout.html.erb rails_generators/nifty_layout/templates/layout.html.haml rails_generators/nifty_layout/templates/stylesheet.css rails_generators/nifty_layout/templates/stylesheet.sass rails_generators/nifty_layout/USAGE rails_generators/nifty_nested_scaffold/nifty_nested_scaffold_generator.rb rails_generators/nifty_nested_scaffold/templates/actions/create.rb rails_generators/nifty_nested_scaffold/templates/actions/destroy.rb rails_generators/nifty_nested_scaffold/templates/actions/edit.rb rails_generators/nifty_nested_scaffold/templates/actions/index.rb rails_generators/nifty_nested_scaffold/templates/actions/new.rb rails_generators/nifty_nested_scaffold/templates/actions/show.rb rails_generators/nifty_nested_scaffold/templates/actions/update.rb rails_generators/nifty_nested_scaffold/templates/controller.rb rails_generators/nifty_nested_scaffold/templates/fixtures.yml rails_generators/nifty_nested_scaffold/templates/helper.rb rails_generators/nifty_nested_scaffold/templates/migration.rb rails_generators/nifty_nested_scaffold/templates/model.rb rails_generators/nifty_nested_scaffold/templates/tests/rspec/actions/create.rb rails_generators/nifty_nested_scaffold/templates/tests/rspec/actions/destroy.rb rails_generators/nifty_nested_scaffold/templates/tests/rspec/actions/edit.rb rails_generators/nifty_nested_scaffold/templates/tests/rspec/actions/index.rb rails_generators/nifty_nested_scaffold/templates/tests/rspec/actions/new.rb rails_generators/nifty_nested_scaffold/templates/tests/rspec/actions/show.rb rails_generators/nifty_nested_scaffold/templates/tests/rspec/actions/update.rb rails_generators/nifty_nested_scaffold/templates/tests/rspec/controller.rb rails_generators/nifty_nested_scaffold/templates/tests/rspec/model.rb rails_generators/nifty_nested_scaffold/templates/tests/shoulda/actions/create.rb rails_generators/nifty_nested_scaffold/templates/tests/shoulda/actions/destroy.rb rails_generators/nifty_nested_scaffold/templates/tests/shoulda/actions/edit.rb rails_generators/nifty_nested_scaffold/templates/tests/shoulda/actions/index.rb rails_generators/nifty_nested_scaffold/templates/tests/shoulda/actions/new.rb rails_generators/nifty_nested_scaffold/templates/tests/shoulda/actions/show.rb rails_generators/nifty_nested_scaffold/templates/tests/shoulda/actions/update.rb rails_generators/nifty_nested_scaffold/templates/tests/shoulda/controller.rb rails_generators/nifty_nested_scaffold/templates/tests/shoulda/model.rb rails_generators/nifty_nested_scaffold/templates/tests/testunit/actions/create.rb rails_generators/nifty_nested_scaffold/templates/tests/testunit/actions/destroy.rb rails_generators/nifty_nested_scaffold/templates/tests/testunit/actions/edit.rb rails_generators/nifty_nested_scaffold/templates/tests/testunit/actions/index.rb rails_generators/nifty_nested_scaffold/templates/tests/testunit/actions/new.rb rails_generators/nifty_nested_scaffold/templates/tests/testunit/actions/show.rb rails_generators/nifty_nested_scaffold/templates/tests/testunit/actions/update.rb rails_generators/nifty_nested_scaffold/templates/tests/testunit/controller.rb rails_generators/nifty_nested_scaffold/templates/tests/testunit/model.rb rails_generators/nifty_nested_scaffold/templates/views/erb/_form.html.erb rails_generators/nifty_nested_scaffold/templates/views/erb/edit.html.erb rails_generators/nifty_nested_scaffold/templates/views/erb/index.html.erb rails_generators/nifty_nested_scaffold/templates/views/erb/new.html.erb rails_generators/nifty_nested_scaffold/templates/views/erb/show.html.erb rails_generators/nifty_nested_scaffold/templates/views/haml/_error.html.haml rails_generators/nifty_nested_scaffold/templates/views/haml/_form.html.haml rails_generators/nifty_nested_scaffold/templates/views/haml/_item.html.haml rails_generators/nifty_nested_scaffold/templates/views/haml/_items.html.haml rails_generators/nifty_nested_scaffold/templates/views/haml/create.rjs rails_generators/nifty_nested_scaffold/templates/views/haml/dialog.rjs rails_generators/nifty_nested_scaffold/templates/views/haml/edit.html.haml rails_generators/nifty_nested_scaffold/templates/views/haml/error.rjs rails_generators/nifty_nested_scaffold/templates/views/haml/index.html.haml rails_generators/nifty_nested_scaffold/templates/views/haml/new.html.haml rails_generators/nifty_nested_scaffold/templates/views/haml/show.html.haml rails_generators/nifty_nested_scaffold/templates/views/haml/update.rjs rails_generators/nifty_nested_scaffold/USAGE rails_generators/nifty_scaffold/nifty_scaffold_generator.rb rails_generators/nifty_scaffold/templates/actions/create.rb rails_generators/nifty_scaffold/templates/actions/destroy.rb rails_generators/nifty_scaffold/templates/actions/edit.rb rails_generators/nifty_scaffold/templates/actions/index.rb rails_generators/nifty_scaffold/templates/actions/new.rb rails_generators/nifty_scaffold/templates/actions/show.rb rails_generators/nifty_scaffold/templates/actions/update.rb rails_generators/nifty_scaffold/templates/controller.rb rails_generators/nifty_scaffold/templates/fixtures.yml rails_generators/nifty_scaffold/templates/helper.rb rails_generators/nifty_scaffold/templates/migration.rb rails_generators/nifty_scaffold/templates/model.rb rails_generators/nifty_scaffold/templates/tests/cucumber/factories.rb rails_generators/nifty_scaffold/templates/tests/cucumber/manage_item.feature rails_generators/nifty_scaffold/templates/tests/cucumber/step_definitions/items_steps.rb rails_generators/nifty_scaffold/templates/tests/rspec/actions/create.rb rails_generators/nifty_scaffold/templates/tests/rspec/actions/destroy.rb rails_generators/nifty_scaffold/templates/tests/rspec/actions/edit.rb rails_generators/nifty_scaffold/templates/tests/rspec/actions/index.rb rails_generators/nifty_scaffold/templates/tests/rspec/actions/new.rb rails_generators/nifty_scaffold/templates/tests/rspec/actions/show.rb rails_generators/nifty_scaffold/templates/tests/rspec/actions/update.rb rails_generators/nifty_scaffold/templates/tests/rspec/controller.rb rails_generators/nifty_scaffold/templates/tests/rspec/model.rb rails_generators/nifty_scaffold/templates/tests/shoulda/actions/create.rb rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb rails_generators/nifty_scaffold/templates/tests/shoulda/actions/edit.rb rails_generators/nifty_scaffold/templates/tests/shoulda/actions/index.rb rails_generators/nifty_scaffold/templates/tests/shoulda/actions/new.rb rails_generators/nifty_scaffold/templates/tests/shoulda/actions/show.rb rails_generators/nifty_scaffold/templates/tests/shoulda/actions/update.rb rails_generators/nifty_scaffold/templates/tests/shoulda/controller.rb rails_generators/nifty_scaffold/templates/tests/shoulda/model.rb rails_generators/nifty_scaffold/templates/tests/testunit/actions/create.rb rails_generators/nifty_scaffold/templates/tests/testunit/actions/destroy.rb rails_generators/nifty_scaffold/templates/tests/testunit/actions/edit.rb rails_generators/nifty_scaffold/templates/tests/testunit/actions/index.rb rails_generators/nifty_scaffold/templates/tests/testunit/actions/new.rb rails_generators/nifty_scaffold/templates/tests/testunit/actions/show.rb rails_generators/nifty_scaffold/templates/tests/testunit/actions/update.rb rails_generators/nifty_scaffold/templates/tests/testunit/controller.rb rails_generators/nifty_scaffold/templates/tests/testunit/model.rb rails_generators/nifty_scaffold/templates/views/erb/_form.html.erb rails_generators/nifty_scaffold/templates/views/erb/edit.html.erb rails_generators/nifty_scaffold/templates/views/erb/index.html.erb rails_generators/nifty_scaffold/templates/views/erb/new.html.erb rails_generators/nifty_scaffold/templates/views/erb/show.html.erb rails_generators/nifty_scaffold/templates/views/haml/_error.html.haml rails_generators/nifty_scaffold/templates/views/haml/_form.html.haml rails_generators/nifty_scaffold/templates/views/haml/_item.html.haml rails_generators/nifty_scaffold/templates/views/haml/_items.html.haml rails_generators/nifty_scaffold/templates/views/haml/create.rjs rails_generators/nifty_scaffold/templates/views/haml/dialog.rjs rails_generators/nifty_scaffold/templates/views/haml/edit.html.haml rails_generators/nifty_scaffold/templates/views/haml/error.rjs rails_generators/nifty_scaffold/templates/views/haml/index.html.haml rails_generators/nifty_scaffold/templates/views/haml/new.html.haml rails_generators/nifty_scaffold/templates/views/haml/show.html.haml rails_generators/nifty_scaffold/templates/views/haml/update.rjs rails_generators/nifty_scaffold/USAGE Rakefile README.rdoc tasks/deployment.rake test/test_helper.rb test/test_nifty_authentication_generator.rb test/test_nifty_config_generator.rb test/test_nifty_layout_generator.rb test/test_nifty_scaffold_generator.rb TODO