Tom Hughes
|
b5f06e06c1
|
Fix rubocop Rails/TimeZone warnings
|
2022-03-01 22:55:10 +00:00 |
|
Andy Allan
|
a41d500b9f
|
Create an ApplicationRecord for models to inherit from
This is the default for Rails 5+, and also paves the way for
multiple database support.
|
2019-11-27 11:50:48 +01:00 |
|
Andy Allan
|
4377e2bd55
|
Update annotations to correctly show bigint types
|
2019-05-29 11:52:20 +02:00 |
|
Andy Allan
|
b2a8df0bd7
|
Add annotate gem and associated rake task. Annotate models.
|
2017-10-22 22:18:26 +01:00 |
|
Tom Hughes
|
ef7f3d800c
|
Fix most auto-correctable rubocop issues
|
2015-02-20 08:56:16 +00:00 |
|
Tom Hughes
|
f0feca800d
|
Replace attr_accessible with strong parameters
|
2013-09-21 11:35:46 +01:00 |
|
John Firebaugh
|
091473602b
|
Handle expired confirmation tokens
|
2013-08-12 13:34:45 -07:00 |
|
Tom Hughes
|
1340fca8f1
|
Turn on mass assignment protection
Require any attribute that is going to be mass assigned to be
whitelisted, and whitelist those attributes which need it
|
2012-03-06 08:54:45 +00:00 |
|
Tom Hughes
|
0dba53c023
|
Declare callbacks explicitly
|
2011-11-14 09:42:43 +00:00 |
|
Tom Hughes
|
0a8c26e596
|
Various updates to the user management, including the creation of a
preferences table and moving tokens into a tokens table so that a user
can have more than one.
|
2007-08-14 23:07:38 +00:00 |
|