Description:
moved in_place_editing from plug-in to gem
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r325:3eedf28d086b - - 8 files changed: 3 inserted, 203 deleted
@@ -33,16 +33,17 | |||
|
33 | 33 | # Deploy with Capistrano |
|
34 | 34 | # gem 'capistrano' |
|
35 | 35 | |
|
36 | 36 | # To use debugger |
|
37 | 37 | # gem 'debugger' |
|
38 | 38 | |
|
39 | 39 | gem "haml" |
|
40 | 40 | gem "tmail" |
|
41 | 41 | gem "rdiscount" |
|
42 | 42 | gem "test-unit" |
|
43 | 43 | gem 'will_paginate', '~> 3.0.0' |
|
44 | 44 | gem 'dynamic_form' |
|
45 | + gem 'in_place_editing' | |
|
45 | 46 | |
|
46 | 47 | group :test, :development do |
|
47 | 48 | gem "rspec-rails", "~> 2.0" |
|
48 | 49 | end |
@@ -36,24 +36,25 | |||
|
36 | 36 | coffee-script (2.2.0) |
|
37 | 37 | coffee-script-source |
|
38 | 38 | execjs |
|
39 | 39 | coffee-script-source (1.3.3) |
|
40 | 40 | diff-lcs (1.1.3) |
|
41 | 41 | dynamic_form (1.1.4) |
|
42 | 42 | erubis (2.7.0) |
|
43 | 43 | execjs (1.4.0) |
|
44 | 44 | multi_json (~> 1.0) |
|
45 | 45 | haml (3.1.7) |
|
46 | 46 | hike (1.2.1) |
|
47 | 47 | i18n (0.6.1) |
|
48 | + in_place_editing (1.2.0) | |
|
48 | 49 | journey (1.0.4) |
|
49 | 50 | json (1.7.5) |
|
50 | 51 | mail (2.4.4) |
|
51 | 52 | i18n (>= 0.4.0) |
|
52 | 53 | mime-types (~> 1.16) |
|
53 | 54 | treetop (~> 1.4.8) |
|
54 | 55 | mime-types (1.19) |
|
55 | 56 | multi_json (1.3.6) |
|
56 | 57 | mysql2 (0.3.11) |
|
57 | 58 | polyglot (0.3.3) |
|
58 | 59 | prototype-rails (3.2.1) |
|
59 | 60 | rails (~> 3.2) |
@@ -116,22 +117,23 | |||
|
116 | 117 | uglifier (1.3.0) |
|
117 | 118 | execjs (>= 0.3.0) |
|
118 | 119 | multi_json (~> 1.0, >= 1.0.2) |
|
119 | 120 | will_paginate (3.0.3) |
|
120 | 121 | |
|
121 | 122 | PLATFORMS |
|
122 | 123 | ruby |
|
123 | 124 | |
|
124 | 125 | DEPENDENCIES |
|
125 | 126 | coffee-rails (~> 3.2.1) |
|
126 | 127 | dynamic_form |
|
127 | 128 | haml |
|
129 | + in_place_editing | |
|
128 | 130 | mysql2 |
|
129 | 131 | prototype-rails |
|
130 | 132 | rails (= 3.2.8) |
|
131 | 133 | rdiscount |
|
132 | 134 | rspec-rails (~> 2.0) |
|
133 | 135 | sass-rails (~> 3.2.3) |
|
134 | 136 | test-unit |
|
135 | 137 | tmail |
|
136 | 138 | uglifier (>= 1.0.3) |
|
137 | 139 | will_paginate (~> 3.0.0) |
deleted file |
deleted file |
deleted file |
deleted file |
deleted file |
deleted file |
You need to be logged in to leave comments.
Login now