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
@@ -21,28 +21,29 | |||||
|
21 |
|
21 | ||
|
22 | gem 'prototype-rails' |
|
22 | gem 'prototype-rails' |
|
23 |
|
23 | ||
|
24 | # To use ActiveModel has_secure_password |
|
24 | # To use ActiveModel has_secure_password |
|
25 | # gem 'bcrypt-ruby', '~> 3.0.0' |
|
25 | # gem 'bcrypt-ruby', '~> 3.0.0' |
|
26 |
|
26 | ||
|
27 | # To use Jbuilder templates for JSON |
|
27 | # To use Jbuilder templates for JSON |
|
28 | # gem 'jbuilder' |
|
28 | # gem 'jbuilder' |
|
29 |
|
29 | ||
|
30 | # Use unicorn as the app server |
|
30 | # Use unicorn as the app server |
|
31 | # gem 'unicorn' |
|
31 | # gem 'unicorn' |
|
32 |
|
32 | ||
|
33 | # Deploy with Capistrano |
|
33 | # Deploy with Capistrano |
|
34 | # gem 'capistrano' |
|
34 | # gem 'capistrano' |
|
35 |
|
35 | ||
|
36 | # To use debugger |
|
36 | # To use debugger |
|
37 | # gem 'debugger' |
|
37 | # gem 'debugger' |
|
38 |
|
38 | ||
|
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 |
@@ -24,48 +24,49 | |||||
|
24 | tzinfo (~> 0.3.29) |
|
24 | tzinfo (~> 0.3.29) |
|
25 | activeresource (3.2.8) |
|
25 | activeresource (3.2.8) |
|
26 | activemodel (= 3.2.8) |
|
26 | activemodel (= 3.2.8) |
|
27 | activesupport (= 3.2.8) |
|
27 | activesupport (= 3.2.8) |
|
28 | activesupport (3.2.8) |
|
28 | activesupport (3.2.8) |
|
29 | i18n (~> 0.6) |
|
29 | i18n (~> 0.6) |
|
30 | multi_json (~> 1.0) |
|
30 | multi_json (~> 1.0) |
|
31 | arel (3.0.2) |
|
31 | arel (3.0.2) |
|
32 | builder (3.0.3) |
|
32 | builder (3.0.3) |
|
33 | coffee-rails (3.2.2) |
|
33 | coffee-rails (3.2.2) |
|
34 | coffee-script (>= 2.2.0) |
|
34 | coffee-script (>= 2.2.0) |
|
35 | railties (~> 3.2.0) |
|
35 | railties (~> 3.2.0) |
|
36 | coffee-script (2.2.0) |
|
36 | coffee-script (2.2.0) |
|
37 | coffee-script-source |
|
37 | coffee-script-source |
|
38 | execjs |
|
38 | execjs |
|
39 | coffee-script-source (1.3.3) |
|
39 | coffee-script-source (1.3.3) |
|
40 | diff-lcs (1.1.3) |
|
40 | diff-lcs (1.1.3) |
|
41 | dynamic_form (1.1.4) |
|
41 | dynamic_form (1.1.4) |
|
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) |
|
54 | mime-types (1.19) |
|
55 | mime-types (1.19) |
|
55 | multi_json (1.3.6) |
|
56 | multi_json (1.3.6) |
|
56 | mysql2 (0.3.11) |
|
57 | mysql2 (0.3.11) |
|
57 | polyglot (0.3.3) |
|
58 | polyglot (0.3.3) |
|
58 | prototype-rails (3.2.1) |
|
59 | prototype-rails (3.2.1) |
|
59 | rails (~> 3.2) |
|
60 | rails (~> 3.2) |
|
60 | rack (1.4.1) |
|
61 | rack (1.4.1) |
|
61 | rack-cache (1.2) |
|
62 | rack-cache (1.2) |
|
62 | rack (>= 0.4) |
|
63 | rack (>= 0.4) |
|
63 | rack-ssl (1.3.2) |
|
64 | rack-ssl (1.3.2) |
|
64 | rack |
|
65 | rack |
|
65 | rack-test (0.6.2) |
|
66 | rack-test (0.6.2) |
|
66 | rack (>= 1.0) |
|
67 | rack (>= 1.0) |
|
67 | rails (3.2.8) |
|
68 | rails (3.2.8) |
|
68 | actionmailer (= 3.2.8) |
|
69 | actionmailer (= 3.2.8) |
|
69 | actionpack (= 3.2.8) |
|
70 | actionpack (= 3.2.8) |
|
70 | activerecord (= 3.2.8) |
|
71 | activerecord (= 3.2.8) |
|
71 | activeresource (= 3.2.8) |
|
72 | activeresource (= 3.2.8) |
@@ -104,34 +105,35 | |||||
|
104 | sprockets (2.1.3) |
|
105 | sprockets (2.1.3) |
|
105 | hike (~> 1.2) |
|
106 | hike (~> 1.2) |
|
106 | rack (~> 1.0) |
|
107 | rack (~> 1.0) |
|
107 | tilt (~> 1.1, != 1.3.0) |
|
108 | tilt (~> 1.1, != 1.3.0) |
|
108 | test-unit (2.5.2) |
|
109 | test-unit (2.5.2) |
|
109 | thor (0.16.0) |
|
110 | thor (0.16.0) |
|
110 | tilt (1.3.3) |
|
111 | tilt (1.3.3) |
|
111 | tmail (1.2.7.1) |
|
112 | tmail (1.2.7.1) |
|
112 | treetop (1.4.10) |
|
113 | treetop (1.4.10) |
|
113 | polyglot |
|
114 | polyglot |
|
114 | polyglot (>= 0.3.1) |
|
115 | polyglot (>= 0.3.1) |
|
115 | tzinfo (0.3.33) |
|
116 | tzinfo (0.3.33) |
|
116 | uglifier (1.3.0) |
|
117 | uglifier (1.3.0) |
|
117 | execjs (>= 0.3.0) |
|
118 | execjs (>= 0.3.0) |
|
118 | multi_json (~> 1.0, >= 1.0.2) |
|
119 | multi_json (~> 1.0, >= 1.0.2) |
|
119 | will_paginate (3.0.3) |
|
120 | will_paginate (3.0.3) |
|
120 |
|
121 | ||
|
121 | PLATFORMS |
|
122 | PLATFORMS |
|
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) |
|
134 | test-unit |
|
136 | test-unit |
|
135 | tmail |
|
137 | tmail |
|
136 | uglifier (>= 1.0.3) |
|
138 | uglifier (>= 1.0.3) |
|
137 | will_paginate (~> 3.0.0) |
|
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