Carlos Antonio da Silva
16f27b3074
Bump to v4.7.2
2020-06-10 15:23:45 -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
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
Leonardo Tegon
098345aace
Prepare for version 4.7.1
2019-09-06 10:20:20 -03:00
Leonardo Tegon
a79057070c
Prepare for 4.7.0 release
2019-08-19 11:35:55 -03:00
Rafael Mendonça França
54fb582269
Officially support Rails 6.0
...
Also remove upper bound on railties so people can try devise with new
versions without having to wait us to change the gem and report bugs.
2019-06-12 16:10:13 -04:00
Leonardo Tegon
2e5b5fcd70
Prepare for 4.6.2 release
2019-03-26 13:26:56 -03:00
Leonardo Tegon
20e299bce0
Prepare for 4.6.1 release
2019-02-11 11:38:35 -02:00
Leonardo Tegon
45016829d6
Prepare for 4.6.0 release
...
It was necessary to manually set the `sqlite3` Gem version after the
release of version `1.4.0`.
See https://github.com/rails/rails/issues/35153 for more info.
2019-02-07 13:28:00 -02:00
Stan Hu
1192c76f62
Fix corner case when confirmation_sent_at is equal to 0.days.ago ( #4529 )
...
If `Confirmable#confirmation_sent_at` is equal to `0.days.ago`, then
`confirmation_period_valid?` will be deemed valid even if the setting is
configured to disable this outright. To prevent this error, we explicitly
check the configuration setting to be `0.days.ago`.
2018-12-04 14:34:32 -02:00
Leonardo Tegon
3b0bc08ec6
Prepare for 4.5.0 release
2018-08-15 20:03:08 -03:00
Lance Carlson
7eccd4e9c6
upgrade dependencies for rails and responders
2018-04-17 00:03:12 -04:00
Leonardo Tegon
75f9e76f65
Prepare for 4.4.3 release
2018-03-17 20:44:00 -03:00
Leonardo Tegon
0d279415f3
Prepare for 4.4.2 release
2018-03-15 09:56:15 -03:00
Leonardo Tegon
d870c0dced
Check if the record is persisted in update_tracked_fields!
...
In some cases, invalid records could be created during the signup
process because we were calling `save(validate: false)` inside the
`update_tracked_fields!` method. See
https://github.com/plataformatec/devise/issues/4673 for more
information.
This was fixed on https://github.com/plataformatec/devise/pull/4674 by
calling `save` directly, but it caused some trouble and confusion since
it changed Devise's behavior significantly.
We talked about on https://github.com/plataformatec/devise/issues/4790
and it doesn't even make sense to call `save` on an object that isn't
persisted yet, so I've added a guard clause to the
`update_tracked_fields!` method.
Fixes https://github.com/plataformatec/devise/issues/4790
2018-03-14 15:21:07 -03:00
Leonardo Tegon
e55c9caa05
Prepare for 4.4.1 release
2018-01-23 15:03:41 -02:00
Leonardo Tegon
50bbb56576
Prepare for 4.4.0 release
2017-12-29 14:34:02 -02:00
haneru
4184e23d71
bundle installed
2017-10-28 01:46:55 +09:00
Rafael Mendonça França
0f6014b84d
Make sure we are using a version of minitest that is not broken with
...
Rails.
2017-05-11 19:06:29 -07:00
Lucas Mazza
399774af69
Prepare for 4.3.0 release.
2017-05-10 16:50:40 -03:00
Rafael Mendonça França
801cf00146
Test by default with Rails 5.1
2017-04-28 15:33:43 -07:00
Rafael França
4beeca46c4
Merge pull request #4512 from jcoyne/rails-5.1
...
Rails 5.1
2017-04-28 15:16:35 -07:00
Matthew Rudy Jacobs
36613b09d7
Allow Rails 5.1
2017-04-28 10:51:27 -05:00
Carlos Antonio da Silva
7d3d6fb3f0
Release 4.2.1
2017-03-15 12:33:23 -03:00
Carlos Antonio da Silva
32f63b2fb9
Bundle update
2017-03-15 10:31:00 -03:00
Carlos Antonio da Silva
fa2d333bde
Update Gemfile dependencies
2017-03-02 08:12:36 -03:00
Lucas Mazza
e05523f767
Prepare for 4.2.0 release.
2016-07-01 14:15:14 -03:00
Lucas Mazza
2c8727ad42
Test against Rails 5 by default.
2016-07-01 14:13:20 -03:00
Lucas Mazza
b2a2e85412
Update dependencies.
2016-06-27 15:13:47 -03:00
Lucas Mazza
593ae41f9d
Update existing Gemfiles.
2016-05-18 13:59:06 -03:00
Ulisses Almeida
1bc9ebd7de
Release 4.1.0
2016-05-02 23:51:49 -03:00
ALLEN WANG QIANG
78bbf6dcc4
Send on create confirmation email after commit ( #4064 )
...
Call send_on_create_confirmation_instructions in after_commit instead of after_create, I think this is no harm in general and it makes things like async job work.
Fix #4062
2016-05-02 21:32:14 -03:00
Ulisses Almeida
4da955d9cd
Release 4.0.1
2016-04-25 17:06:05 -03:00
Yogesh Khater
9696d83e7d
Upgrade Mongoid to 5.0
2016-04-19 17:18:40 +05:30
Lucas Mazza
940ca4f2b8
Release 4.0.0. version.
2016-04-18 11:52:49 -03:00
bogdanvlviv
c3c2438c9c
change rails version from 4.2.5 to 4.2.6
2016-03-23 21:21:58 +02:00
Lucas Mazza
e6563bc4cb
Update Gemfile's dependencies.
2016-03-09 11:13:04 -03:00
Lucas Mazza
1c2328bb90
Prep for 4.0.0.rc2 release.
2016-03-09 11:01:50 -03:00
George Guimarães
4b8ea5d0f0
Updates the development/testing dependencies
2016-02-10 18:37:16 -02:00
Lucas Mazza
8edee143e8
Prep for 4.0.0.rc1 release.
2016-01-31 17:05:16 -02:00
Lucas Mazza
0c7f8764c9
Bump Gemfile dependencies.
2016-01-27 13:52:37 -02:00
José Valim
52b1ca2d80
Bump to dev version
2016-01-18 15:22:00 +01:00
Lucas Mazza
a24ecc65f5
Remove KeyGenerator implementation ported from Rails 4.x.
2015-12-18 14:49:50 -02:00
Lucas Mazza
330e0f7165
Update lockfile.
2015-12-15 14:55:36 -02:00
Thomas Walpole
2024fca4df
Rails 5 compatability. Remove rails < 4.1 and Ruby < 2.1
2015-12-11 09:47:30 -08:00
Lucas Mazza
032eb145df
Release 3.5.3.
2015-12-10 14:36:34 -02:00
José Valim
d9939d1ea0
Release v3.5.2
2015-08-10 14:46:36 +02:00
David Rodríguez
c72be1531c
Keep Gemfile.lock in sync
...
Forgotten in b23f5223dd
2015-07-11 08:57:40 -03:00
camelmasa
1aaf6345a4
Update rails gem for security
...
See. http://weblog.rubyonrails.org/2015/6/16/Rails-3-2-22-4-1-11-and-4-2-2-have-been-released-and-more/
2015-06-17 15:42:42 +09:00