Description:
moved in_place_editing from plug-in to gem
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r325:3eedf28d086b - - 8 files changed: 3 inserted, 203 deleted

@@ -39,10 +39,11
39 gem "haml"
39 gem "haml"
40 gem "tmail"
40 gem "tmail"
41 gem "rdiscount"
41 gem "rdiscount"
42 gem "test-unit"
42 gem "test-unit"
43 gem 'will_paginate', '~> 3.0.0'
43 gem 'will_paginate', '~> 3.0.0'
44 gem 'dynamic_form'
44 gem 'dynamic_form'
45 + gem 'in_place_editing'
45
46
46 group :test, :development do
47 group :test, :development do
47 gem "rspec-rails", "~> 2.0"
48 gem "rspec-rails", "~> 2.0"
48 end
49 end
@@ -42,12 +42,13
42 erubis (2.7.0)
42 erubis (2.7.0)
43 execjs (1.4.0)
43 execjs (1.4.0)
44 multi_json (~> 1.0)
44 multi_json (~> 1.0)
45 haml (3.1.7)
45 haml (3.1.7)
46 hike (1.2.1)
46 hike (1.2.1)
47 i18n (0.6.1)
47 i18n (0.6.1)
48 + in_place_editing (1.2.0)
48 journey (1.0.4)
49 journey (1.0.4)
49 json (1.7.5)
50 json (1.7.5)
50 mail (2.4.4)
51 mail (2.4.4)
51 i18n (>= 0.4.0)
52 i18n (>= 0.4.0)
52 mime-types (~> 1.16)
53 mime-types (~> 1.16)
53 treetop (~> 1.4.8)
54 treetop (~> 1.4.8)
@@ -122,12 +123,13
122 ruby
123 ruby
123
124
124 DEPENDENCIES
125 DEPENDENCIES
125 coffee-rails (~> 3.2.1)
126 coffee-rails (~> 3.2.1)
126 dynamic_form
127 dynamic_form
127 haml
128 haml
129 + in_place_editing
128 mysql2
130 mysql2
129 prototype-rails
131 prototype-rails
130 rails (= 3.2.8)
132 rails (= 3.2.8)
131 rdiscount
133 rdiscount
132 rspec-rails (~> 2.0)
134 rspec-rails (~> 2.0)
133 sass-rails (~> 3.2.3)
135 sass-rails (~> 3.2.3)
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
You need to be logged in to leave comments. Login now