formtastic 1.0.0.rc2 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +3 -9
- metadata +6 -9
data/README.textile
CHANGED
@@ -79,7 +79,7 @@ RDoc documentation _should_ be automatically generated after each commit and mad
|
|
79
79
|
|
80
80
|
h2. A Note About Rails 3 Support
|
81
81
|
|
82
|
-
Formtastic 1.0
|
82
|
+
Formtastic 1.0 only supports the latest stable Rails 2.x. We're maintaining a rails3 branch which aims to provide both Rails 2.x and 3.x support, which is targeted for the 1.1 release around the same time Rails 3.0 final ships.
|
83
83
|
|
84
84
|
If you have a Rails 3 project and would like to use Formtastic's rails3 branch, bundler provides you with the ability to do this easily. Just add Formtastic as a git dependency in your Gemfile with the :branch option:
|
85
85
|
|
@@ -98,12 +98,6 @@ Install the Formtastic gem:
|
|
98
98
|
sudo gem install formtastic
|
99
99
|
</pre>
|
100
100
|
|
101
|
-
Or try the 1.0.0.beta2:
|
102
|
-
|
103
|
-
<pre>
|
104
|
-
sudo gem install formtastic --pre
|
105
|
-
</pre>
|
106
|
-
|
107
101
|
And add it to your environment.rb configuration as a gem dependency:
|
108
102
|
|
109
103
|
<pre>
|
@@ -540,7 +534,7 @@ Formtastic::SemanticFormBuilder.escape_html_entities_in_hints_and_labels = false
|
|
540
534
|
|
541
535
|
h2. Focus
|
542
536
|
|
543
|
-
Formtastic
|
537
|
+
Formtastic 1.0 is compatible with Rails 2.x *only*. We've also been working hard on a Rails 2 *and* 3 compatible version in the rails3 branch, targeting a 1.1 release shortly after Rails 3.0 final ships.
|
544
538
|
|
545
539
|
There's heaps more we want to do, but we have to do this first.
|
546
540
|
|
@@ -558,7 +552,7 @@ h2. Compatibility
|
|
558
552
|
|
559
553
|
* We're only testing Formtastic with the latest Rails 2.x stable release. Patches are welcome to allow backwards compatibility with older versions of Rails, of course.
|
560
554
|
* Development of a Rails 2 *and* 3 compatible version of Formtastic is underway in the rails3 branch, targeting a Formtastic 1.1 release shortly after Rails 3.0 ships.
|
561
|
-
* Formtastic, much like Rails 2, is very ActiveRecord-centric. Many people are using Formtastic (especially the rails3 branch) successfully with other ActiveModel-like ORMs and classes (DataMapper, MongoMapper, Mongoid, Authlogic, Devise...) but we're not guaranteeing anything at this stage. Patches are welcome, but it's not our core focus right now.
|
555
|
+
* Formtastic, much like Rails 2, is very ActiveRecord-centric. Many people are using Formtastic (especially the rails3 branch) successfully with other ActiveModel-like ORMs and classes (DataMapper, MongoMapper, Mongoid, Authlogic, Devise...) but we're not guaranteeing anything at this stage. Patches are welcome, but it's not our core focus right now.
|
562
556
|
|
563
557
|
|
564
558
|
h2. How to contribute
|
metadata
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: formtastic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
4
|
+
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
|
10
|
-
version: 1.0.0.rc2
|
9
|
+
version: 1.0.0
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- Justin French
|
@@ -15,7 +14,7 @@ autorequire:
|
|
15
14
|
bindir: bin
|
16
15
|
cert_chain: []
|
17
16
|
|
18
|
-
date: 2010-08-
|
17
|
+
date: 2010-08-12 00:00:00 +10:00
|
19
18
|
default_executable:
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
@@ -179,13 +178,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
179
178
|
version: "0"
|
180
179
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
181
180
|
requirements:
|
182
|
-
- - "
|
181
|
+
- - ">="
|
183
182
|
- !ruby/object:Gem::Version
|
184
183
|
segments:
|
185
|
-
-
|
186
|
-
|
187
|
-
- 1
|
188
|
-
version: 1.3.1
|
184
|
+
- 0
|
185
|
+
version: "0"
|
189
186
|
requirements: []
|
190
187
|
|
191
188
|
rubyforge_project:
|