Bryan Helmkamp
59a9576498
Add Code Climate badge to README
2012-05-29 08:46:48 -04:00
José Valim
57eb3886ba
Refactor router.rb a bit based on Code Climate feedback: https://codeclimate.com/github/plataformatec/devise/Devise
2012-05-29 11:29:09 +02:00
Rafael Mendonça França
fe9e6db0e2
Merge pull request #1876 from shaliko/master
...
Remove not used variables
2012-05-26 09:36:30 -07:00
Shaliko Usubov
db8eeb6c6e
Remove not used variables
2012-05-26 20:31:42 +04:00
José Valim
2b7328535d
Check for the request before checking for the mapping, closes #1859
2012-05-25 09:39:50 +02:00
José Valim
d4e5424360
Simplify validation logic inside strategies
2012-05-22 14:10:06 +02:00
José Valim
d67d992749
Merge pull request #1865 from nirvdrum/patch-1
...
Simple compose VS comprise grammar fix.
2012-05-21 03:33:57 -07:00
Kevin Menard
b6c7aafe55
Simple compose VS comprise grammar fix.
2012-05-20 23:04:53 -03:00
José Valim
9829384829
Merge pull request #1864 from nashby/update-views
...
use implicit partials rendering and update simple_form templates
2012-05-20 12:17:19 -07:00
Vasiliy Ermolovich
1d79c1982a
use implicit partials rendering
...
make simple_form templates consistent with templates
that generates by simple_form itself
612c0067cf
2012-05-20 22:01:11 +03:00
José Valim
f6259531c3
Update CHANGELOG.rdoc
2012-05-17 13:25:07 +03:00
José Valim
ed03039d19
Merge pull request #1857 from pomnikita/master
...
Remove devise/schema from autoloads
2012-05-17 02:27:30 -07:00
Nikita Pomyashchiy
b6abc4623b
Remove autoload of deprecated devise/schema
2012-05-17 13:13:19 +04:00
Carlos Antonio da Silva
d1949b7b42
Fix indent, remove not used variable
2012-05-15 17:22:52 -03:00
Carlos Antonio da Silva
b6e30427a3
Pass the block argument straight to the assertion methods in test helpers
2012-05-15 17:19:21 -03:00
Carlos Antonio da Silva
96e0dcf5d5
Remove not used variable, fix indent
2012-05-15 17:14:05 -03:00
Carlos Antonio da Silva
ab48435211
Remove warning with shadowing variable
2012-05-15 15:27:46 -03:00
Carlos Antonio da Silva
8bcb05d6c0
Cache constant on check fields
2012-05-15 15:20:01 -03:00
Carlos Antonio da Silva
6b363d6af9
Build only one model instance for checking fields
2012-05-15 15:12:18 -03:00
Carlos Antonio da Silva
2fd2a8662d
Define the accessor right away instead of open + send
2012-05-15 15:05:21 -03:00
Rodrigo Flores
f1db0809b1
Bumping to 2.1.0
v2.1.0
2012-05-15 14:14:41 -03:00
Rodrigo Flores
30ca072f50
Fixing README to reflect 2.1.0 release
2012-05-15 14:14:40 -03:00
José Valim
85ea53198a
Merge pull request #1853 from adzap/master
...
Add resource_params controller method as helper to allow overriding params used to build resource
2012-05-15 01:21:18 -07:00
Adam Meehan
7ec4c1424d
Add resource_params internal helper to param filtering
...
In light of recent discussions around mass assignment security and
the alternate solution of using the controller to filter params, not the model,
a hook/helper is needed to be able to override how the params are filtered
before they are used to build the resource.
2012-05-15 18:07:02 +10:00
Rodrigo Flores
f95513e86b
Merge branch 'asanghi-fixes'
2012-05-14 17:53:52 -03:00
Rodrigo Flores
8baacecdcf
Fixing tests
2012-05-14 17:53:34 -03:00
Aditya Sanghi
ff6e30cec4
Minor updates suggested to default language in locales. Be consistent with "email" and "e-mail"; email address exists "in" our database not "on" our database.
2012-05-14 17:44:51 -03:00
Rodrigo Flores
308275c8a8
Fixing a phrase on README
2012-05-14 10:37:30 -03:00
Rodrigo Flores
5ed6534aa3
Adding a line break on resource generator after attr_accessible
...
Fixes issue #1851
2012-05-14 10:26:30 -03:00
Rodrigo Flores
120ca0e3a5
Merge branch 'fork-readme-rdoc-links'
2012-05-10 10:40:38 -03:00
Hosam Aly
d193802613
Added links to module RDocs, except for Encryptable which I couldn't find.
2012-05-10 10:40:27 -03:00
Rodrigo Flores
50b4d2eb6b
Removing mentioning encryptable on README
2012-05-10 10:29:34 -03:00
Rodrigo Flores
36db032ca0
Updated Gemfile.lock
v2.1.0.rc2
2012-05-09 19:54:09 -03:00
Rodrigo Flores
afbcc31c6a
Bumping version to 2.1.0.rc2
2012-05-09 19:53:38 -03:00
Rodrigo Flores
52c35b18da
Updating README
2012-05-09 19:52:56 -03:00
José Valim
454a5ad1ec
Try to fix the build for rails 3.1
2012-05-09 23:41:05 +02:00
Rodrigo Flores
1698f0f57c
Merge branch 'removing_encryptable'
2012-05-09 18:05:14 -03:00
Rodrigo Flores
bb6d7334d0
Fixing gem name
2012-05-09 18:04:40 -03:00
Rodrigo Flores
659ec4d6ea
Using bundler's awesome way to release the gem!
2012-05-09 14:59:42 -03:00
Rodrigo Flores
2e50204700
Changelog
2012-05-09 14:52:47 -03:00
Rodrigo Flores
39dc9a7ba6
Removed encryptable references on rails_app
2012-05-09 14:49:55 -03:00
José Valim
65ef2592f6
Add a test case to previous commit
2012-05-09 18:27:44 +02:00
José Valim
ad0aed3ba5
Alternative solution to failure app's script name handling (tests upcoming)
2012-05-09 18:03:23 +02:00
Rodrigo Flores
0d868b9ec1
Removed ENCRYPTORS_LENGTH
2012-05-09 08:42:37 -03:00
Rodrigo Flores
5f440dfe13
Removing encryptors and its autoloads
2012-05-07 16:50:35 -03:00
Rodrigo Flores
768f8832b9
Removing encryptable module
2012-05-07 16:37:16 -03:00
José Valim
32f20dddd6
Get rid of deprecated code
2012-05-06 13:13:53 +02:00
José Valim
7aa93a3ecb
Update CHANGELOG
2012-05-06 12:53:27 +02:00
José Valim
b07dd76453
Remove faux bcrypt encryptor from Devise (it was never released and it wont be until we solve the encryptable issue
2012-05-06 12:49:53 +02:00
José Valim
4600b4ab22
Speed up bcrypt handling
2012-05-06 12:29:03 +02:00