|
1 | 1 | h1. !http://railsapps.github.com/images/rails-36x36.jpg(Rails Application for Devise with RSpec and Cucumber)! Rails App for Devise with RSpec and Cucumber |
2 | 2 |
|
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/. |
| 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/. |
4 | 4 |
|
5 | | -* "Devise":http://github.com/plataformatec/devise gives you ready-made authentication and user management. |
6 | | -* "RSpec":http://rspec.info/ is a popular alternative to the Test::Unit testing framework. |
7 | | -* "Cucumber":http://cukes.info/ is used for Behaviour Driven Development. |
| 5 | +* "Devise":http://github.com/plataformatec/devise gives you ready-made authentication and user management. |
| 6 | +* "RSpec":http://rspec.info/ is a popular alternative to the Test::Unit testing framework. |
| 7 | +* "Cucumber":http://cukes.info/ is used for Behaviour Driven Development. |
8 | 8 |
|
9 | 9 | Best of all, there's a "detailed tutorial":http://railsapps.github.com/tutorial-rails-devise-rspec-cucumber.html to show how it's built. |
10 | 10 |
|
@@ -62,7 +62,7 @@ If you want to copy and customize the app with changes that are only useful for |
62 | 62 | <pre> |
63 | 63 | $ git clone git://github.com/RailsApps/rails3-devise-rspec-cucumber.git |
64 | 64 | </pre> |
65 | | - |
| 65 | + |
66 | 66 | You'll need "git":http://git-scm.com/ on your machine. See "Rails and Git":http://railsapps.github.com/rails-git.html. |
67 | 67 |
|
68 | 68 | h3. Generate |
@@ -95,7 +95,7 @@ question Install an example application? |
95 | 95 |
|
96 | 96 | Choose *rails3-devise-rspec-cucumber*. The Rails Composer tool may give you other options (other choices may have been added since these notes were written). |
97 | 97 |
|
98 | | -The application generator template will ask you for additional preferences: |
| 98 | +The application generator template will ask you for additional preferences: |
99 | 99 |
|
100 | 100 | <pre> |
101 | 101 | question Web server for development? |
@@ -143,7 +143,7 @@ If you get an error like this: |
143 | 143 | Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. |
144 | 144 | composer Running 'after bundler' callbacks. |
145 | 145 | The template [...] could not be loaded. |
146 | | -Error: You have already activated ..., but your Gemfile requires .... |
| 146 | +Error: You have already activated ..., but your Gemfile requires .... |
147 | 147 | Using bundle exec may solve this. |
148 | 148 | </pre> |
149 | 149 |
|
@@ -234,7 +234,7 @@ To see your application in action, open a browser window and navigate to "http:/ |
234 | 234 | To sign in as the default user, (unless you've changed it) use |
235 | 235 |
|
236 | 236 | * email: user@example.com |
237 | | -* password: please |
| 237 | +* password: changeme |
238 | 238 |
|
239 | 239 | You should delete or change the pre-configured logins before you deploy your application. |
240 | 240 |
|
|
0 commit comments