Santiago Pastorino
5fb5efbd42
Returning WWW-authenticate on ajaxs calls depends only on Devise.http_authenticatable_on_xhr config
2010-08-31 23:51:58 +08:00
Brian Rose
bf122d8fea
Remove inaccurate documentation regarding confirmable and changing emails.
2010-08-27 20:11:03 +08:00
José Valim
daf4b35f85
Update Gemfile lock.
2010-08-26 11:54:45 -03:00
José Valim
ee49077072
:default options is used, closes #452
2010-08-26 08:30:43 -03:00
Fred Wu
c6002bb9bd
Corrected the mongoid git repo.
2010-08-25 23:01:52 +08:00
José Valim
5701542adc
Update CHANGELOG.
2010-08-25 08:52:04 -03:00
José Valim
c96e17dd8d
Ensure routes works for all rails 3 versions.
2010-08-25 08:51:17 -03:00
George Guimarães
1e17b6a5ec
Typo in initializer
2010-08-25 00:41:26 -03:00
José Valim
219c05ce49
Small fix in the README.
2010-08-23 14:02:15 -07:00
José Valim
08da923276
Add more docs to the cancel action.
2010-08-23 13:51:37 -07:00
George Guimarães
a9aab6bd27
Changes the comments in devise initializer to reflect the default options.
2010-08-23 16:50:42 -03:00
José Valim
e1006bd6c6
Merge branch 'master' of github.com:plataformatec/devise
2010-08-23 10:26:52 -03:00
José Valim
b8ab9a835b
Disable HTTP Authentication by default. You can turn it on in the initializer.
2010-08-23 10:22:31 -03:00
José Valim
617b95fdcd
sign_out_all_scopes is true by default.
2010-08-23 09:18:39 -03:00
José Valim
ab7f3bc175
Added Devise.sign_out_via.
2010-08-23 09:05:40 -03:00
José Valim
3d3bb352fb
Update CHANGELOG.
2010-08-23 09:02:57 -03:00
José Valim
731650a0f1
after_sign_in_path_for always receives a resource
2010-08-23 08:56:10 -03:00
José Valim
6754ae761c
Update README.
2010-08-17 15:38:07 -07:00
Carlos Antonio da Silva
81c49c69df
Fix failing helper test and test descriptions
2010-08-13 09:02:51 -03:00
Martin Rehfeld
f3385e96ab
use :sign_out_via to control the method(s) for the destroy_*_session_path route
2010-08-13 19:16:59 +08:00
Martin Rehfeld
f04e633542
provide :sign_out_via option for Devise::Mapping
2010-08-13 19:16:58 +08:00
Fred Wu
701bbf2d3c
Updated the views generator to respect the rails :template_engine option.
2010-08-06 18:40:46 +08:00
Carlos Antonio da Silva
01c272c692
Add some tests to helper creation using namespaces, to better show how it works.
2010-08-02 08:52:12 -03:00
José Valim
c0c7aefce4
Smallish update to README.
2010-08-02 13:22:45 +02:00
José Valim
c31b1f2146
Remove skipped handling from OAuth in favor of exceptions and rescue_from syntax.
2010-07-28 21:51:26 +02:00
José Valim
a707423d23
Merge remote branch 'stepheneb/jruby'
2010-07-28 13:36:54 +02:00
Jared Morgan
afaf42df5a
Add note to README about dm-devise project
2010-07-28 19:29:46 +08:00
Stephen Bannasch
fcef459db3
updated Gemfile.lock
2010-07-27 15:02:07 -04:00
Stephen Bannasch
cd985667db
merge with master
2010-07-27 14:57:17 -04:00
Stephen Bannasch
83dc11df14
Gemfile works with JRuby 1.5.1, tests run
...
The :mongoid group does not work in JRuby so the group
is only defined for the platform: 'ruby'.
In addition installing ruby-debug in JRuby is a manual process so
only include the dependency if we are using the platform: 'ruby'
Here are the steps necessary to run the devise tests in JRuby
using rvm:
rvm install jruby
rvm use jruby@devise --create
gem install bundler --pre
gem install jeweler
bundle install
rake test
2010-07-27 14:35:18 -04:00
José Valim
e6218b3ac2
Update CHANGELOG from branch.
2010-07-27 16:32:09 +02:00
José Valim
d6c6e7cfe1
Fix generators bug.
2010-07-27 16:14:09 +02:00
José Valim
9d5a5beb59
Register helper_methods on demand.
2010-07-27 15:34:08 +02:00
Pat Allan
0a3099663e
Let's just include the test helpers for controller specs, not all specs.
2010-07-27 21:00:57 +08:00
Pat Allan
fd35b36c4a
Presumed Markdown syntax - switching inline code to RDoc.
2010-07-27 21:00:56 +08:00
Pat Allan
2d67432c23
Expanding on testing docs a little to be more useful for those using RSpec. ActionController::TestCase doesn't seem to be used in RSpec 2 - and besides, we want the setup method called so Warden is automatically initialised.
2010-07-27 21:00:56 +08:00
José Valim
2308361fe0
Update README about OAuth2 support.
2010-07-26 20:43:51 +02:00
José Valim
817a7802e1
Remove deprecated stuff, tag 1.2.0 as version.
2010-07-26 20:39:40 +02:00
José Valim
33ce94363e
Merge branch 'oauth'. Welcome to the future.
2010-07-26 20:34:01 +02:00
José Valim
fefbf51c79
scope_signed_in? helpers now simply delegate to current_scope to improve performance.
2010-07-26 20:33:23 +02:00
José Valim
a36cb6e758
Improve docs for routes customization.
2010-07-26 20:33:23 +02:00
José Valim
3beb6ef1a6
Do not eager load all controllers. Otherwise this will force OAuth to be loaded.
2010-07-26 20:33:23 +02:00
José Valim
ac69078534
Improve TODO.
2010-07-26 20:33:23 +02:00
José Valim
4ac6b6e407
Unit tests for OAuth.
2010-07-26 20:33:23 +02:00
José Valim
9222601c5b
Expand README on OAuth testing.
2010-07-26 20:33:23 +02:00
José Valim
4bfa98eb7c
More and more tests to DeviseOauth.
2010-07-26 20:33:23 +02:00
José Valim
00c6f583e2
More OAuth tests.
2010-07-26 20:33:22 +02:00
José Valim
adba4e2262
Register cancel route so a shortcut is created.
2010-07-26 20:33:22 +02:00
José Valim
ac8221aca7
Add cancel to registrations controller as a way to delete information from session.
2010-07-26 20:33:22 +02:00
Carlos Antonio da Silva
d0d88cf259
Minor tweaks in OAuth README
2010-07-26 20:33:22 +02:00