moro-repim 0.1.4 → 0.1.5
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,4 +1,8 @@
|
|
1
|
-
== 0.1.
|
1
|
+
== 0.1.5 / 2009-03-26
|
2
|
+
* add gem dependency information as plugin.
|
3
|
+
* remove unuse test from generator.
|
4
|
+
|
5
|
+
== 0.1.4 / 2009-03-25
|
2
6
|
* add dependency to open_id_authentication gems on http://github.com/moro/open_id_authentication
|
3
7
|
|
4
8
|
== 0.1.3 / 2009-03-24
|
@@ -13,14 +13,6 @@ describe SessionsController do
|
|
13
13
|
it "should map #show" do
|
14
14
|
route_for(:controller => "sessions", :action => "show").should == "/session"
|
15
15
|
end
|
16
|
-
|
17
|
-
it "should map #edit" do
|
18
|
-
route_for(:controller => "sessions", :action => "edit").should == "/session/edit"
|
19
|
-
end
|
20
|
-
|
21
|
-
it "should map #update" do
|
22
|
-
route_for(:controller => "sessions", :action => "update").should == "/session"
|
23
|
-
end
|
24
16
|
end
|
25
17
|
|
26
18
|
describe "route recognition" do
|
data/lib/repim.rb
CHANGED
data/rails/init.rb
CHANGED