moro-repim 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.1.6 / 2009-04-02
2
+ * change default after_create_url to root_url
3
+
1
4
  == 0.1.5 / 2009-03-26
2
5
  * add gem dependency information as plugin.
3
6
  * remove unuse test from generator.
@@ -18,4 +18,10 @@ class UsersController < ApplicationController
18
18
  format.xml { render :xml => @user }
19
19
  end
20
20
  end
21
+
22
+ # uncomment and edit this to change redirected url after signup.
23
+ # private
24
+ # def after_create_url
25
+ # user_url(current_user)
26
+ # end
21
27
  end
data/lib/repim.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Repim
2
- Version = '0.1.5'
2
+ Version = '0.1.6'
3
3
  end
data/lib/repim/signup.rb CHANGED
@@ -22,7 +22,7 @@ module Repim
22
22
 
23
23
  private
24
24
  def after_create_url
25
- current_user
25
+ root_url
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moro-repim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - MOROHASHI Kyosuke
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-26 00:00:00 -07:00
12
+ date: 2009-04-02 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency