Carlos Antonio da Silva
16f27b3074
Bump to v4.7.2
v4.7.2
2020-06-10 15:23:45 -03:00
Carlos Antonio da Silva
87108ad4d5
Merge pull request #5250 from hyuraku/remove_useless_rails51
...
remove unused rails51? method
2020-06-09 10:18:55 -03:00
hyuraku
6d37e32437
remove useless rails51? method
2020-06-09 21:50:30 +09:00
Carlos Antonio da Silva
a3c0c65269
Devise no longer supports Rails 3.2 since version 4 [ci skip]
...
And this `initialize_on_precompile` option is obsolete.
2020-06-08 18:44:21 -03:00
Carlos Antonio da Silva
2c1b5fb240
Update changelog with latest [ci skip]
2020-06-08 18:40:50 -03:00
Carlos Antonio da Silva
50f820a6cf
Use master of Rails controller testing gem to remove Ruby 2.7 warning
2020-06-07 20:00:17 -03:00
Carlos Antonio da Silva
34d9053819
Remove unnecessary monkey-patch of test helpers with Rails 5+
...
This is warning on Ruby 2.7, and seems unnecessary since Rails 5+
adopted kwargs approach. We still need to handle the difference for
Rails < 5 for now, while we support it (which I would like to remove
soon.)
2020-06-07 20:00:17 -03:00
Carlos Antonio da Silva
94be5fb6a1
Remove mocha deprecation warning
...
Mocha deprecation warning at
...../active_support/dependencies.rb:324:in `require':
Require 'mocha/test_unit', 'mocha/minitest' or 'mocha/api'
instead of 'mocha/setup'.
2020-06-07 19:49:51 -03:00
Carlos Antonio da Silva
14a3084b59
Simplify the view generator with scoped views
2020-06-07 19:16:36 -03:00
Carlos Antonio da Silva
bbbff3a350
Add changelog entry for #5067 [ci skip]
2020-06-07 19:16:36 -03:00
Carlos Antonio da Silva
a451b98cf2
Revert "Updated README with additional video resources for learning Devise ( #5232 )"
...
This reverts commit d85d45bcef .
My mistake: this section is about *not* using Devise when starting with
Rails and building authentication for the first time, therefore we
should not be linking to Devise specific resources here.
[ci skip]
2020-06-05 17:49:32 -03:00
Carlos Antonio da Silva
c3759be33e
Link to both Ryan Bates Railscasts [ci skip]
2020-06-05 17:47:05 -03:00
David Kimura
d85d45bcef
Updated README with additional video resources for learning Devise ( #5232 )
...
[ci skip]
2020-06-05 17:44:37 -03:00
David Auza
cb8c72171f
Update README.md with current link to Railscast ( #5221 )
...
Updated README.md with the latest link to Ryan Bates' Railscast
2020-06-05 17:43:56 -03:00
Vitalii Lazebnyi
e0b9915418
#5234 fix. Deprecated warning at controller_helpers.rb
2020-06-05 11:41:19 -03:00
Carlos Antonio da Silva
26c7dffe2a
Remove test_after_commit from Rails 5+ Gemfiles
...
It is not required anymore since Rails does the right thing since Rails
5.0.
2020-06-05 11:41:19 -03:00
Carlos Antonio da Silva
22e2ab4be3
Update Gemfile to point to Rails 6.0.x
...
This is essentially the same as `gemfiles/Gemfile.rails-6.0-stable`, but
I'm keeping both for now since I want to change the main `Gemfile` later
to point to Rails master (`6.1.0.alpha`), so then I won't need to
recreate the `6.0-stable` Gemfile again.
2020-06-05 11:40:57 -03:00
Carlos Antonio da Silva
a3d9161712
Bundle update everything
2020-06-05 11:13:22 -03:00
Carlos Antonio da Silva
2e3b70ca62
Update Ruby versions to test against
2020-06-05 11:13:22 -03:00
Carlos Antonio da Silva
1a83b58d72
Remove Rails 6 from allow failures
...
Rails 6 is officially supported, so tests must pass with it.
2020-06-05 11:13:22 -03:00
Carlos Antonio da Silva
e3f4beced4
Add Rails 5.1 to the matrix
...
Not sure how/when this one was removed, probably just mistakenly, so
let's add it back for now, at least while we support multiple old Ruby /
Rails versions. (which I plan to remove support in the near future.)
2020-06-05 11:13:21 -03:00
Carlos Antonio da Silva
9437f2de57
Test with Ruby 2.7
2020-06-05 10:25:08 -03:00
Carlos Antonio da Silva
70f3ae24e0
Merge pull request #5229 from okuramasafumi/patch-1
...
Correct warden URL in README [ci skip]
2020-05-01 08:20:35 -03:00
OKURA Masafumi
64ea43f6ab
Correct warden URL in README [ci skip]
...
Warden moved to its own organization so we should follow it.
2020-05-01 16:48:17 +09:00
Carlos Antonio da Silva
a59fd76da4
Merge pull request #5225 from chiastolite/remove_unused_method
...
Remove unused method from Devise::Generators::InstallGenerator
2020-04-26 14:37:20 -03:00
Hiroyuki Morita
1f30f6fa85
Remove unused method from Devise::Generators::InstallGenerator
...
`rails_4?` is not called anymore since 2024fca4df .
2020-04-23 08:19:21 +09:00
Rafael França
6486351350
Merge pull request #5215 from HLFH/master
...
Fix Deprecation warning: Expected string default value for '--orm'
2020-04-16 14:41:55 -04:00
HLFH
d65bb156c1
type: :boolean for :orm
2020-03-28 09:13:35 +00:00
Gaspard d'Hautefeuille
6851f1d1c4
Deprecation warning: Expected string default value for '--orm'
2020-03-26 17:13:51 +00:00
Rafael França
769506e96c
Merge pull request #5204 from unleashy/patch-1
...
Clarify DatabaseAuthenticable's behaviour for password fields
2020-03-12 14:54:45 -04:00
unleashy
eefae83c92
Make a more accurate claim
2020-03-12 15:52:51 -03:00
Rafael França
ec0b55a13a
Merge pull request #5208 from p8/document-changes-stretches
...
Explain how changing stretches affects existing password hashes
2020-03-12 11:33:25 -04:00
Petrik
63fe1a843f
Explain how changing stretches affects existing password hashes
2020-03-12 16:16:55 +01:00
unleashy
748803cd59
Clarify DatabaseAuthenticable's behaviour
...
with regards to the `password` field
2020-03-05 14:47:43 -03:00
Carlos Antonio da Silva
97a6fd2895
Merge pull request #5193 from pickerflicker/skip-timeout-optimization
...
Avoid checking if the record timed out when skipping timeoutable
2020-03-01 18:04:19 -03:00
Steven Hsieh
12a265d1eb
optimize earlier timeout_skip to avoid unecessary record lookup
2020-02-19 10:51:36 -08:00
Rafael França
29943a26e6
Merge pull request #5192 from fwolfst/update_readme_rails6
...
update README to reflect current Rails version
2020-02-06 12:53:06 -05:00
Felix Wolfsteller
249064d8f6
update README to reflect current Rails version
...
Paragraph defaults to description of how to test in Rails 5/6 now.
2020-02-06 18:13:30 +01:00
Rafael Mendonça França
f8daa52b9b
Change license of the logo
2020-02-03 12:01:11 -05:00
Rafael Mendonça França
a17abad57a
Remove all references to Plataformatec
2020-02-03 11:33:17 -05:00
Rafael França
3ef4e0b701
Merge pull request #5172 from lukerollans/chore/case-mapping-collisions-test
...
Add a test which checks for Case Mapping Collisions when requesting a password reset
2020-01-22 12:23:22 -05:00
Rafael França
83a32e6d21
Merge pull request #5174 from connorshea/fix-ruby-27-deprecation-warnings
...
Fix two deprecated usages of keyword arguments.
2019-12-27 12:44:32 -03:00
Connor Shea
a3fcb3b682
Fix two deprecated usages of keyword arguments.
...
This prevents us from using behavior that was deprecated in Ruby 2.7.
2019-12-26 17:44:53 -07:00
Luke Rollans
0d95c5ae8b
Generalise email address
2019-12-17 13:47:40 +08:00
Luke Rollans
9fb079c097
Add a test which checks for Case Mapping Collisions when resetting pw
...
See here for more information
https://eng.getwisdom.io/hacking-github-with-unicode-dotless-i/
2019-12-17 13:43:53 +08:00
Leonardo Tegon
43068ac239
Merge pull request #5167 from plataformatec/sp-fix-typos
...
Fix typos
2019-11-29 09:53:03 -03:00
Samuel Pordeus
fb18c6ca8d
Fix typos
2019-11-28 18:13:47 -03:00
Colin Ross
14863ba4c9
Documentation: Details/Notes regarding Rails API-only applications ( #5152 )
...
* doc: Add some additional details concerning using devise in an API-only Rails application
* Apply wording suggestions from code review
Co-Authored-By: Marcos Ferreira <mracos@users.noreply.github.com >
* Apply suggestions from code review
Co-Authored-By: Marcos Ferreira <mracos@users.noreply.github.com >
2019-10-29 15:06:37 -03:00
Rafael França
885c61ece3
Merge pull request #5157 from tabakazu/add_assert_and_replace_mathcer
...
Add assert to Lockable integration test and Replace mathcer `assert_not` to `refute`
2019-10-25 11:54:53 -04:00
tabakazu
940b939791
Add assert for check last_sign_in_ip value
2019-10-24 21:12:27 +09:00