We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tutorial moved
Updated Rails 3.1 with Devise and RSpec and Cucumber (textile)
I added the instruction to put gem 'devise' in the gemfile and run bundle install
update tutorial re Cucumber
change 'test.com' to 'example.com'
add 'Before You Start' suggestions
add reference to 'The RSpec Book' for those who need usage help
Updated Rails 3 with Devise and RSpec and Cucumber (textile)
other paths uses the root directory, as such, this path is missing the /app/ prefix.
Fixed the link to the issue 878
change partial for navigation links
fix 'Logout' link for devise_navigation recipe
improve fix for Devise/Cucumber issue
update tutorial to explain how to set up Devise to accommodate Cucumber testing for 'Sign Out'
Revert "`:method => 'delete'` needed to be specified to prevent routing error." This reverts commit 940723734bc28d2f08173724b8df16ec3461d5ce.
Modified tutorial to deal with https://github.com/RailsApps/rails3-devise-rspec-cucumber/issues/3
Added an anchor to support a deep link I'm gonna have coming in a few days.
`:method => 'delete'` needed to be specified to prevent routing error.
GitHub "raw" url changed. Redirect is working fine, except for the curl commands. Rather than adding "-L" to the curl commands, I just updated the urls.
remove gem version numbers from the tutorial
minor tweaks
tweaks and move app layout instructions to an external page