Skip to content

Commit

Permalink
more little docu fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Oct 29, 2010
1 parent 668054f commit f8420ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -4,11 +4,11 @@ p. with the advent of hijacking tools for dummies like "firesheep":http://codebu


p. this is derived from the "rails/ssl_requirement":http://github.org/rails/ssl_requirement and adopted a more strict approach: *secure everything and open it where needed*. p. this is derived from the "rails/ssl_requirement":http://github.org/rails/ssl_requirement and adopted a more strict approach: *secure everything and open it where needed*.


p. info about the actual gem please look into the directory "enforce-ssl-gem":http://github.org/mkristian/ixtlan-guard/enforce-ssl-gem p. info about the actual gem please look into the directory "enforce-ssl-gem":http://github.org/mkristian/enforce-ssl/enforce-ssl-gem


h2. demo rails application h2. demo rails application


p. the "demo":http://github.org/mkristian/ixtlan-guard/demo is a sample rails3 application with integration tests. see "readme":http://github.org/mkristian/ixtlan-guard/demo how to start the application and what limitations apply. p. the "demo":http://github.org/mkristian/enforce-ssl/demo is a sample rails3 application with integration tests. see "readme":http://github.org/mkristian/enforce-ssl/demo how to start the application and what limitations apply.


h2. run all the tests + integrations-tests in one go h2. run all the tests + integrations-tests in one go


Expand Down
2 changes: 1 addition & 1 deletion enforce-ssl-gem/README.textile
Expand Up @@ -2,7 +2,7 @@ h1. Enforce SSL for you controllers


p. this is derived from the "rails/ssl_requirement":http://github.org/rails/ssl_requirement and adopted a more strict approach: *secure everything and open it where needed*. p. this is derived from the "rails/ssl_requirement":http://github.org/rails/ssl_requirement and adopted a more strict approach: *secure everything and open it where needed*.


p. info about the actual gem please look into the directory "enforce-ssl-gem":http://github.org/mkristian/ixtlan-guard/enforce-ssl-gem p. info about the actual gem please look into the directory "enforce-ssl-gem":http://github.org/mkristian/enforce-ssl/enforce-ssl-gem


h2. usage h2. usage


Expand Down
2 changes: 1 addition & 1 deletion enforce-ssl-gem/enforce-ssl.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|


s.summary = 'enforce the use of SSL for all controller actions' s.summary = 'enforce the use of SSL for all controller actions'
s.description = 'enforce the use of SSL for all controller actions, skip the enforcement with skip_before_filter :enforce_ssl for selected actions. moto: secure everything, open where needed' s.description = 'enforce the use of SSL for all controller actions, skip the enforcement with skip_before_filter :enforce_ssl for selected actions. moto: secure everything, open where needed'
s.homepage = 'http://github.com/mkristian/ixtlan-guard' s.homepage = 'http://github.com/mkristian/enforce-ssl'


s.authors = ['mkristian'] s.authors = ['mkristian']
s.email = ['m.kristian@web.de'] s.email = ['m.kristian@web.de']
Expand Down

0 comments on commit f8420ab

Please sign in to comment.