enforce_schema_rules 0.0.14 → 0.0.15
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 +20 -28
- metadata +4 -4
data/README
CHANGED
|
@@ -42,48 +42,40 @@ Examples:
|
|
|
42
42
|
|
|
43
43
|
Download
|
|
44
44
|
--------
|
|
45
|
-
|
|
46
|
-
http://github.com/eric1234/enforce_schema_rules
|
|
47
|
-
|
|
48
45
|
|
|
49
|
-
|
|
46
|
+
Development is done at:
|
|
50
47
|
|
|
51
|
-
http://
|
|
48
|
+
http://github.com/twinge/enforce_schema_rules
|
|
52
49
|
|
|
53
|
-
|
|
50
|
+
You can install as a gem with:
|
|
54
51
|
|
|
55
|
-
|
|
56
|
-
|
|
52
|
+
gem install enforce_schema_rules
|
|
57
53
|
|
|
58
54
|
Bugs & feedback
|
|
59
55
|
---------------
|
|
60
|
-
Please send bug reports, patches and feedback to
|
|
56
|
+
Please send bug reports, patches and feedback to the GitHub project.
|
|
61
57
|
|
|
62
58
|
Todo
|
|
63
59
|
----
|
|
64
|
-
|
|
65
|
-
was just a side-effect. If anybody is interested additional
|
|
66
|
-
items include:
|
|
60
|
+
The main goal was recent updates was to get it to work in Rails 3. Some
|
|
61
|
+
cleanup was just a side-effect. If anybody is interested, additional
|
|
62
|
+
cleanup items include:
|
|
67
63
|
|
|
68
|
-
* Make sure we don't need better test coverage. The
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
*
|
|
64
|
+
* Make sure we don't need better test coverage. The upgrades to
|
|
65
|
+
Rails 3 caused some test fixes but I am not sure we have coverage so
|
|
66
|
+
a good eye towards that would be good.
|
|
67
|
+
* The smallest number of changes were done to get things working under
|
|
72
68
|
Rails 3. This plugin was written a while back. It might could be
|
|
73
69
|
refactored using some new goodness that comes with a more recent
|
|
74
70
|
ActiveRecord/Rails implementation.
|
|
75
|
-
* I most likely dropped support for Rails 2.x. The old
|
|
76
|
-
fine for those
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
it somebody could probably do it without too much effort.
|
|
71
|
+
* I most likely dropped support for Rails 2.x. The old version works
|
|
72
|
+
fine for those still on Rails 2.x so I say we just drop Rails 2.x
|
|
73
|
+
support (there are some warnings but they can be fixed fairly easily
|
|
74
|
+
and don't need to be fixed).
|
|
80
75
|
|
|
81
76
|
Credit
|
|
82
77
|
------
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
This plugin is basically an extension of David Easley's enforce-limits
|
|
89
|
-
plugin. Michael Schuerig provided contributed a patch and a syle lesson.
|
|
78
|
+
The plugin was written by Josh Starcher <josh.starcher@gmail.com>. It
|
|
79
|
+
was updated to Rails 3 by Eric Anderson <eric@pixelwareinc.com>. This
|
|
80
|
+
plugin is basically an extension of David Easley's enforce-limits
|
|
81
|
+
plugin. Michael Schuerig provided contributed a patch and a syle lesson.
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: enforce_schema_rules
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 15
|
|
10
|
+
version: 0.0.15
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Josh Starcher
|
|
@@ -18,7 +18,7 @@ autorequire:
|
|
|
18
18
|
bindir: bin
|
|
19
19
|
cert_chain: []
|
|
20
20
|
|
|
21
|
-
date: 2010-
|
|
21
|
+
date: 2010-12-02 00:00:00 -05:00
|
|
22
22
|
default_executable:
|
|
23
23
|
dependencies:
|
|
24
24
|
- !ruby/object:Gem::Dependency
|