RailsApps / rails3-devise-rspec-cucumber

An example Rails 3.2 app with Devise and RSpec and Cucumber.
http://railsapps.github.io/
445 stars 144 forks source link

Fabrication example #37

Closed tmock12 closed 11 years ago

tmock12 commented 11 years ago

Daniel here is the rails3-devise-rspec-cucumber with fabrication example. Notice that I added the fabrication gem in the Gemfile and the generators in application.rb in the commit. These would really be added by the rails_apps_composer if we decide to add the example to the composer. All tests are passing. Looking forward to the upcoming example app!

tmock12 commented 11 years ago

Have you ever looked at the Decent_Exposure gem? https://github.com/voxdolo/decent_exposure

We use it in every app here at Hashrocket. If there is any interest in adding it to the rails_apps_composer would this be a good sample app to add it to?

DanielKehoe commented 11 years ago

Hi Taylor, see my email. I've included the additions in the newest release of rails_apps_composer. No need for the pull request at this point. I used it for development but we can delete it now.

-- Daniel