File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ This ruby-saml-example project works with rails4 and uses is compatible with the
3434Getting Started
3535---------------
3636
37- 1 . At the command prompt, start a new Rails application using the < tt >rails</ tt > command
38- and your application name. Ex: rails myapp
39- 2 . Change directory into myapp and start the web server: < tt >script/server</ tt > (run with --help for options)
40- 3 . Go to http://localhost:3000/ and get "Welcome aboard: You're riding the Rails!"
41- 4 . Follow the guidelines to start developing your application
37+ 1 . Download the ruby-saml-example code
38+ 2 . Install the required gems
39+ 3 . Execute the command rails server [ It'ss supposed that you installed previously Rails4 ]
40+ 4 . Go to http://localhost:3000/ and get "Welcome aboard: You're riding the Rails!"
41+ 5 . Follow the guidelines to start developing your application
4242
4343
4444Web Servers
@@ -147,10 +147,12 @@ and also on programming in general.
147147Debugger
148148--------
149149
150- Debugger support is available through the debugger command when you start your Mongrel or
151- Webrick server with --debugger. This means that you can break out of execution at any point
152- in the code, investigate and change the model, AND then resume execution!
153150You need to install byebug to run the server in debugging mode. With gems, use 'gem install byebug'
151+ Later set
152+ ```
153+ debugger
154+ ```
155+ where you want to set the breackpoint.
154156
155157Example:
156158
You can’t perform that action at this time.
0 commit comments