Skip to content

Commit 8650393

Browse files
committed
tutorial moved
1 parent b70aa1a commit 8650393

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.textile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
h1. Rails 3.2 Devise RSpec Cucumber
1+
h1. Rails Application with Devise and RSpec and Cucumber
22

3-
This is an example application for Rails 3.2 that shows how to use "Devise":http://github.com/plataformatec/devise with "RSpec":http://rspec.info/ and "Cucumber":http://cukes.info/. Devise gives you ready-made authentication and user management. RSpec is a popular alternative to the Test::Unit testing framework. Cucumber is often used with RSpec for Behaviour Driven Development.
3+
Rails 3.2 example application shows how to use "Devise":http://github.com/plataformatec/devise with "RSpec":http://rspec.info/ and "Cucumber":http://cukes.info/.
44

5-
Best of all, there's a "detailed tutorial":https://github.com/RailsApps/rails3-devise-rspec-cucumber/http://railsapps.github.com/tutorial-rails-devise-rspec-cucumber.html (walk-through) to show how it's built.
5+
Devise gives you ready-made authentication and user management. RSpec is a popular alternative to the Test::Unit testing framework. Cucumber is often used with RSpec for Behaviour Driven Development.
6+
7+
Best of all, there's a "detailed tutorial":http://railsapps.github.com/tutorial-rails-devise-rspec-cucumber.html to show how it's built.
68

79
You can clone this app or generate a new Rails application using this app as a template.
810

@@ -16,7 +18,7 @@ h2. !http://railsapps.github.com/images/rails-36x36.jpg(Tutorial)! Tutorial
1618

1719
A complete walkthrough tutorial is available on the GitHub wiki:
1820

19-
h4. "View the Tutorial":https://github.com/RailsApps/rails3-devise-rspec-cucumber/http://railsapps.github.com/tutorial-rails-devise-rspec-cucumber.html
21+
h4. "View the Tutorial":http://railsapps.github.com/tutorial-rails-devise-rspec-cucumber.html
2022

2123
The tutorial documents each step to follow to create the application. Every step is documented concisely, so a complete beginner can create this application without any additional knowledge. However, no explanation is offered for any of the steps, so if you are a beginner, you’re advised to look for an introduction to Rails elsewhere. See a list of recommended resources for "Rails":http://railsapps.github.com/rails.html.
2224

@@ -92,7 +94,7 @@ The application generator template will ask you for your preferences:
9294

9395
h4. Use "Recipes" to Customize an Application Template
9496

95-
The "tutorial":https://github.com/RailsApps/rails3-devise-rspec-cucumber/http://railsapps.github.com/tutorial-rails-devise-rspec-cucumber.html shows how a customized application template can be assembled from "recipes." The application template was created using the "Rails Apps Composer":https://github.com/RailsApps/rails_apps_composer gem which provides a convenient way to assemble a reusable application template by selecting various "recipes" for popular Rails development packages.
97+
The "tutorial":http://railsapps.github.com/tutorial-rails-devise-rspec-cucumber.html shows how a customized application template can be assembled from "recipes." The application template was created using the "Rails Apps Composer":https://github.com/RailsApps/rails_apps_composer gem which provides a convenient way to assemble a reusable application template by selecting various "recipes" for popular Rails development packages.
9698

9799
h4. Please Remember: Edit the README
98100

0 commit comments

Comments
 (0)