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
Lance Carlson
7eccd4e9c6
upgrade dependencies for rails and responders
2018-04-17 00:03:12 -04:00
Pat Allan
f39c6fd927
Add the frozen_string_literal pragma comment to all Ruby files. ( #4725 )
2017-12-21 15:36:29 -02:00
haneru
c74e2693a3
Removed gem minitest
2017-10-28 01:09:43 +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
Rafael Mendonça França
801cf00146
Test by default with Rails 5.1
2017-04-28 15:33:43 -07:00
Lucas Mazza
2c8727ad42
Test against Rails 5 by default.
2016-07-01 14:13:20 -03:00
Lucas Mazza
593ae41f9d
Update existing Gemfiles.
2016-05-18 13:59:06 -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
Yogesh Khater
9696d83e7d
Upgrade Mongoid to 5.0
2016-04-19 17:18:40 +05:30
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
George Guimarães
4b8ea5d0f0
Updates the development/testing dependencies
2016-02-10 18:37:16 -02:00
Vincent Woo
b23f5223dd
just use regular 4.x mongoid gem
2015-06-30 16:02:06 -07: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
Carlos Antonio da Silva
79c6f47ad3
Bundle update
2015-03-24 09:00:38 -03:00
Carlos Antonio da Silva
5c5200b5d9
Update dependencies with the released 4.2.0
2014-12-27 11:15:08 -02:00
Lucas Mazza
2c8e242000
Use Rails 4.2.0.rc3.
2014-12-16 11:03:26 -02:00
Lucas Mazza
6fb466eb1e
Use Rails 4.2.0.rc1
2014-12-01 10:18:00 -02:00
Lucas Mazza
1ed93cacd8
Update Rails dependency
2014-09-29 17:38:16 -03:00
Lucas Mazza
70e9e92d23
Reorganize Gemfiles.
2014-08-20 18:16:51 -03:00
Lucas Mazza
520dfe2eb4
Update the overall dependencies and test with mongoid 4.0.0 for now on.
2014-06-24 10:22:26 -03:00
Lucas Mazza
7bab20e55e
Update main Gemfile dependencies.
2014-05-04 21:21:45 -03:00
Lucas Mazza
a8e1d42097
Bump mocha.
2014-03-12 14:40:11 -03:00
Lucas Mazza
aea82d0b03
Update remaning 1.8 hash syntax.
2014-02-25 14:25:55 -03:00
Lucas Mazza
0cb74efd79
Remove platform constraint from Gemfile since we do not support 1.8 anymore.
2014-01-03 11:23:01 -02:00
José Valim
57515de5ad
Update to Rails 4.0
2013-07-09 09:09:22 +02:00
Carlos Antonio da Silva
eb0ad1c21a
Merge branch 'master' into rails4
2013-05-07 13:01:34 -03:00
Carlos Antonio da Silva
e8d1c9ca23
Bump rails version to 4.0.0.rc1, closes #2399
2013-05-03 10:00:39 -03:00
Carlos Antonio da Silva
c8aa5f3e62
Bump webrat to 0.7.3
2013-04-19 20:38:39 -03:00
Carlos Antonio da Silva
d89dad5728
Bundle update for both Rails 3.1 and 3.2, update mocha, fix failing tests
2013-04-13 11:08:27 -03:00
Drew Ulmer
2f88f7c0ed
Remove protected_attributes gem and all whitelisting
2013-03-31 15:21:49 -05:00
Lucas Mazza
c07bc69fad
Install Mongoid in Ruby 2.0
2013-03-31 17:18:02 -03:00
Rafael Mendonça França
335a6af861
Merge branch 'master' into rails4
2013-03-28 13:51:12 -03:00
vfrride
5e74fd406b
updates source url to use https
2013-02-27 21:39:45 -05:00
Carlos Antonio da Silva
aca7e5d162
Run tests with mongoid
2013-02-25 22:12:20 -03:00
Carlos Antonio da Silva
9ae013ae3c
Updating test app running rake rails:update, tests running with failures
2013-02-25 22:12:06 -03:00
Carlos Antonio da Silva
1bae64d8c4
Update dependencies for Rails 4
2013-02-25 22:11:49 -03:00
Carlos Antonio da Silva
f8792c8cf0
Update to Rails 3-2-stable and fix failing tests
2013-02-25 22:06:10 -03:00
Lucas Mazza
ca7d479e90
Install mongoid only on 1.9
2013-01-09 11:51:15 -02:00
Durran Jordan
d821275588
Fix spec failures for Mongoid 3.
...
This has no actual changes to Devise itself, just fixes the failing
tests when running against Mongoid 3 instead of Mongoid 2.
Mocha has been locked at 0.10.0 since 0.12.0 raises an error when trying
to set an expectation on a frozen object.
Tests were updated to work with both AR and Mongoid, some cases the XML
serialization was slightly different but both were outputting correct
and valid XML, and the id/_id field mismatch is now handled.
An active field was missing from the test models for Mongoid, and the
invalid :null => true options in field were removed.
2012-11-10 20:02:58 +01:00
José Valim
f4db03d31c
Do not add ActionView::Helpers::DateHelper to all models
2012-07-23 15:59:17 +02:00
Nils Landt
87f2fa9767
Add options to expire confirmation tokens
...
With this patch, functionality is added to expire the confirmation
tokens that are being sent by email.
For example, if a token is valid for 3 days only, it cannot be used for
confirmation on the 4th day.
2012-07-09 14:43:12 +02:00
José Valim
4e5a9bd600
Workaround thor bug /cc @wycats
2012-06-18 13:44:43 +02:00
José Valim
2b7328535d
Check for the request before checking for the mapping, closes #1859
2012-05-25 09:39:50 +02:00
Rodrigo Rosenfeld Rosas
ee29bf8d42
sqlite3-ruby was renamed to sqlite3
2012-04-18 15:31:25 -03:00
José Valim
3bd78cabd8
Update to 3.2.0
2012-01-20 19:03:22 +01:00
Rafael Mendonça França
ead414d0a7
Use global Gemfile in travis-ci
2012-01-10 10:52:14 -03:00
José Valim
1d2f906af1
Tidy up Gemfile.
2011-11-20 19:22:38 +00:00