inline_forms 1.2.4 → 1.2.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/README.rdoc +2 -2
- data/lib/inline_forms/version.rb +1 -1
- metadata +5 -5
data/README.rdoc
CHANGED
|
@@ -7,9 +7,9 @@ Inline Forms is almost a complete admin application. You can try it out easily.
|
|
|
7
7
|
gem install inline_forms
|
|
8
8
|
inline_forms MyAppName
|
|
9
9
|
cd MyAppName
|
|
10
|
-
rails g inline_forms
|
|
10
|
+
rails g inline_forms Picture name:string caption:string image:image_field description:text apartment:belongs_to _presentation:'#{name}' -f
|
|
11
11
|
rails generate uploader Image
|
|
12
|
-
rails g inline_forms
|
|
12
|
+
rails g inline_forms Apartment name:string title:string description:text pictures:has_many pictures:associated _enabled:yes _presentation:'#{name}' -f
|
|
13
13
|
bundle exec rake db:migrate
|
|
14
14
|
rails s
|
|
15
15
|
|
data/lib/inline_forms/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inline_forms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 1.2.
|
|
9
|
+
- 5
|
|
10
|
+
version: 1.2.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ace Suares
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-01-
|
|
18
|
+
date: 2012-01-23 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: rspec-rails
|
|
@@ -241,7 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
241
241
|
requirements: []
|
|
242
242
|
|
|
243
243
|
rubyforge_project: inline_forms
|
|
244
|
-
rubygems_version: 1.8.
|
|
244
|
+
rubygems_version: 1.8.15
|
|
245
245
|
signing_key:
|
|
246
246
|
specification_version: 3
|
|
247
247
|
summary: Inline editing of forms.
|