Leonardo Tegon
463351922f
Update copyright [ci skip]
2018-01-03 21:20:13 -02:00
Shiva Bhusal
42b68d53a7
Adds Table of content to Readme.md ( #4621 )
...
* Adds Table of content to Readme.md
* adds 's' to content
2017-12-17 14:00:32 -02:00
Ahmad hamza
f8c1ee0f90
Added nested attributes example for README ( #4434 )
2017-12-07 23:13:30 -02:00
Calvin Claus
2458334de6
added note about stopping spring ( #4506 )
...
For me it was necessary to stop spring for the route helpers to be defined.
2017-12-07 22:29:41 -02:00
Richard Baptist
d6ffa8ef22
Provide additional info on devise_scope usage
2017-11-06 17:25:29 +01:00
Michael Kevin Victor
059dfc8cce
Update copyright licence year to 2017
2017-05-05 18:28:30 +05:30
Stefan Hartmann
31774452e8
update rake reference to rails
2017-04-25 16:19:20 -04:00
George Guimarães
5abdb65e56
Deprecate mailing list
2017-02-04 18:57:47 -02:00
Hiroo Takizawa
a9bb7d0318
Update README.md
...
change "bundle command" to the writing of "command line"
2016-10-19 22:54:41 +03:00
kami
ebf79be163
Update README - Decrease stretches to 12
2016-10-06 01:05:39 +09:00
Konstantinos Rousis
30405943b5
convert variable to symbol in readme
2016-09-13 20:39:44 +02:00
Ryan T. Hosford
ae8b0914a9
Updates url for omniauth to omniauth/omniauth repo
2016-08-10 09:57:14 -05:00
AnnaGulstine
768656deb9
Added clarification to README regarding Devise setup
2016-06-30 21:15:32 -05:00
Greg
5d304ae63a
Update README.md
...
Explain the `MODEL` replacement before the command is shown.
2016-06-25 11:36:11 -07:00
Lucas Mazza
53f6785e11
Fix Rails version reference on README.md [ci skip]
2016-05-18 13:42:31 -03:00
Lucas Mazza
1b48fd0abe
Fix syntax highlight on README [ci skip]
2016-05-18 09:39:04 -03:00
Lucas Mazza
e757543323
Revisit docs on test helpers on README.md
2016-05-15 19:47:42 -03:00
Steven Spiel
28f0e3281a
Consistency of quotation marks in README ( #4103 )
...
* Change double to single quotes in ruby code blocks
For consistency, I switched some of the double quotes to single quotes in the ruby code blocks.
2016-05-11 23:06:40 -03:00
Shinya Kitamura
1beac93961
Update README.md
2016-05-10 22:11:12 +08:00
Ulisses Almeida
57d150e535
Merge pull request #4031 from tomkadwill/readme_changes
...
Update README
2016-04-12 11:26:47 -03:00
Tom Kadwill
9cdf7860d5
Update README
2016-04-12 09:22:16 +01:00
Sammy Larbi
c520e93733
Note change to Rails 5 that affects Devise example
...
[A change in Rails 5](3979403781 ) left me hunting for hours on why I could no longer log in to my application. To save others the trouble, I thought it would be nice to note it in the README.
2016-04-09 17:55:20 -05:00
George Guimarães
4585281da4
Devise is already thread-safe and has been working in production on both YARV and JRuby.
2016-02-11 13:29:42 -02:00
George Guimarães
014859ecff
Merge branch 'gg-correct-encryption-meaning'
2016-02-11 13:25:49 -02:00
George Guimarães
1f36946f43
Merge pull request #3941 from SimonDKnight/FixDocumentationTestHelpers
...
Added clarity to documentation regarding where to place test helpers …
2016-02-10 23:42:19 -02:00
Simon Knight
a371f03c51
Update README.md
...
Added formatting to file.
2016-02-10 21:11:57 +00:00
George Guimarães
b74235d4a1
Removes Hakiri, since it thinks Devise is a Rails app
...
I'd like to remove the Hakiri badge from devise's README.
Since we do check in Gemfile and Gemfile.lock for development
and testing purposes (contrary to the popular belief that gems
don't need those files), Hakiri thinks Devise is a Rails app,
instead of a library/gem.
Depending on the Rails version that is locked in Gemfile.lock,
Hakiri will show several CVEs for Rails. But our Travis pipeline
builds against several Rails' branches, all of them updated.
And it is up to the developers using Devise to update
Rails in their apps.
Those warnings (Rails CVEs) don't make sense for devise.
2016-02-10 18:43:33 -02:00
George Guimarães
c4b4411513
Change encryption for hashing in the documentation.
...
Throughout the documentations, we are using 'encrypt' incorrectly.
Encrypt means that someone will eventually decrypt the message,
which is obviously not the case for Devise.
I'm changing the docs to use 'hashing' instead.
However, I left the database field as `encrypted_password` for now.
I'll update the db field in an upcoming PR.
2016-02-10 17:10:52 -02:00
Simon Knight
1dd315ce1d
Added clarity to documentation regarding where to place test helpers for functional tests
2016-02-09 13:29:42 +00:00
Lucas Mazza
0a4da78b22
Add a notice to README regarding the sanitizer API change.
2016-01-17 12:53:31 -02:00
araa
6f91baf99c
Add link to devise_for documentation
2016-01-07 14:37:02 -05:00
Carlos Antonio da Silva
9639bf8cc1
Merge pull request #3883 from Atul9/master
...
Update copyright notices to 2016 [ci skip]
2016-01-04 10:42:13 -02:00
Dave Morse
42fac75e8e
Clarify previous clarification to README.md
2016-01-03 17:06:34 -05:00
Dave Morse
37b7e9b850
README.md: clarified how to include Devise::TestHelpers for :view tests.
...
Also clarified that including Devise::TestHelpers during integration tests is a mistake.
source: https://github.com/plataformatec/devise/issues/3881
2016-01-03 16:50:47 -05:00
Atul Bhosale
48e26c5d0a
Update copyright notices to 2016 [ci skip]
2016-01-03 15:58:16 +05:30
Lucas Mazza
df8b48646b
Remove ParametersSanitizer inheritance.
...
We no longer need to support the `BaseSanitizer` implementation for apps without
the Strong Parameters API, and this section is lacking a minimal set of
docs to document the expected behavior besides the `README` section.
2015-12-18 11:39:03 -02:00
Lucas Mazza
42376db763
Update Devise version on README [ci skip]
2015-12-15 11:52:26 -02:00
Thomas Walpole
2024fca4df
Rails 5 compatability. Remove rails < 4.1 and Ruby < 2.1
2015-12-11 09:47:30 -08:00
Denis Yakovenko
021f2da1e4
Improve grammar on lines 189 and 352 in readme
2015-08-02 13:48:31 +03:00
Carlos Antonio da Silva
15b99977a2
Fix count of starting with rails resources
...
After 055f67e414 . [ci skip]
2015-06-16 07:22:55 -03:00
José Valim
055f67e414
Update README.md
...
See discussion in #3607
2015-06-15 22:58:25 +02:00
VISHAL DEEPAK
916c0fc60b
Add codecademy authorization tutorial
...
A really good , learn by doing, tutorial at codecademy
2015-06-09 15:51:45 +05:30
Rodrigo Argumedo
8db50f4377
Add GoRails resource into README.md
2015-05-26 17:53:10 -06:00
José Valim
55ef8004e6
Merge pull request #3542 from lboix/patch-1
...
Adding link to wiki + include clarification
2015-05-23 22:23:09 +02:00
Carlos Antonio da Silva
2f0002a449
Simplify serializable_hash implementation
...
Now that Rails 3.1 is not supported anymore, we don't need to implement
to_xml, since it does the right thing by calling serializable_hash.
This removes the class_eval need that existed to simplify the
implementation of both to_xml and serializable_hash.
2015-03-31 14:11:13 -03:00
Lucien Boix
e5400bc709
Adding link to wiki + include clarification
...
Like discussed at the bottom of this ticket : https://github.com/plataformatec/devise/issues/1029
2015-03-29 19:05:24 -04:00
Lucas Mazza
f038c36161
Use SVG badges in the README.
2015-02-27 14:16:54 -03:00
Matt Brictson
7acc7a6659
Add warning about logged tokens to the README
2015-02-12 16:05:58 -08:00
Luciano Sousa
9177bd70cf
removing optional commas
2015-02-02 23:02:52 -03:00
Luciano Sousa
252a57d9b3
removing deprecation warning from rails 5
2015-02-02 22:54:46 -03:00