|
1 | | -Welcome to the ruby-saml project example for Rails2 / Rails3 |
2 | | -============================================================ |
| 1 | +Welcome to the ruby-saml project example for Rails4 |
| 2 | +=================================================== |
3 | 3 |
|
4 | 4 | Rails is a web-application framework that includes everything needed to create |
5 | 5 | database-backed web applications according to the Model-View-Control pattern. |
@@ -29,7 +29,7 @@ link:files/vendor/rails/actionpack/README.html. |
29 | 29 | Supported Version |
30 | 30 | ----------------- |
31 | 31 |
|
32 | | -This ruby-saml-example project works with rails2 and rails3 and uses is compatible with the ruby-saml toolkit < 0.7.3. |
| 32 | +This ruby-saml-example project works with rails4 and uses is compatible with the ruby-saml toolkit >= 0.8.1. |
33 | 33 |
|
34 | 34 | Getting Started |
35 | 35 | --------------- |
@@ -150,7 +150,7 @@ Debugger |
150 | 150 | Debugger support is available through the debugger command when you start your Mongrel or |
151 | 151 | Webrick server with --debugger. This means that you can break out of execution at any point |
152 | 152 | in the code, investigate and change the model, AND then resume execution! |
153 | | -You need to install ruby-debug to run the server in debugging mode. With gems, use 'gem install ruby-debug' |
| 153 | +You need to install byebug to run the server in debugging mode. With gems, use 'gem install byebug' |
154 | 154 |
|
155 | 155 | Example: |
156 | 156 |
|
@@ -229,7 +229,12 @@ Description of Contents |
229 | 229 | Holds the template files for layouts to be used with views. This models the common |
230 | 230 | header/footer method of wrapping views. In your views, define a layout using the |
231 | 231 | <tt>layout :default</tt> and create a file named default.html.erb. Inside default.html |
232 | | - |
| 232 | + |
| 233 | +**app/views/saml** |
| 234 | + Contains templates used in the saml views: |
| 235 | + complete.html.erb displays the attribute list of the user |
| 236 | + fail.html.erb displays an error |
| 237 | + |
233 | 238 | **.erb,** |
234 | 239 | call <% yield %> to render the view using this layout. |
235 | 240 |
|
@@ -263,4 +268,4 @@ Description of Contents |
263 | 268 | Unit and functional tests along with fixtures. When using the script/generate scripts, template test files will be generated for you and placed in this directory. |
264 | 269 |
|
265 | 270 | **vendor** |
266 | | - External libraries that the application depends on. Also includes the plugins subdirectory. If the app has frozen rails, those gems also go here, under vendor/rails/. This directory is in the load path. |
| 271 | + External libraries that the application depends on. Also includes the plugins subdirectory. If the app has frozen rails, those gems also go here, under vendor/rails/. This directory is in the load path. |
0 commit comments