trestle_generator 1.1.6 → 1.1.7

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.
Files changed (2) hide show
  1. data/CHANGELOG +85 -0
  2. metadata +4 -3
@@ -0,0 +1,85 @@
1
+ *SVN*
2
+
3
+
4
+ *1.1.7* (July 1st, 2006)
5
+
6
+ * Add CHANGELOG to gemspec. [njonsson]
7
+
8
+ * Create CHANGELOG. [njonsson]
9
+
10
+ * Remove extended characters from gemspec description because of a bug in the Gem server indexing code. [njonsson]
11
+
12
+
13
+ *1.1.6* (June 26th, 2006)
14
+
15
+ * A bug inherited from scaffold generator: when a module is specified (e.g., Admin::People), the layout file gets created in app/views/layouts instead of in a subdirectory (e.g., app/views/layouts/admin). At runtime Rails renders all those views without a layout. [njonsson]
16
+
17
+
18
+ *1.1.5* (May 17th, 2006)
19
+
20
+ * Concatenation. [njonsson]
21
+
22
+ * Anal-retentiveness is a virtue. [njonsson]
23
+
24
+ * Shorten gem description to be friendlier to http://www.onestepback.org/gemwatch.rss. [njonsson]
25
+
26
+ * Correct a README misstatement concerning the public interface of trestle controllers. [njonsson]
27
+
28
+ * Add functional tests for #show, #edit and #destroy requests missing :id. [njonsson]
29
+
30
+
31
+ *1.1.4* (May 11th, 2006)
32
+
33
+ * Wrap source at column 80. [njonsson]
34
+
35
+ * Add README to list of files installed by gem. [njonsson]
36
+
37
+ * Minor wording change in README. [njonsson]
38
+
39
+ * Remove dependency on Rails to better serve those running Rails from the application's vendor directory. [njonsson]
40
+
41
+ * Swap constants in routes.rb for variables to suppress Ruby warning. [njonsson]
42
+
43
+
44
+ *1.1.3* (May 11th, 2006)
45
+
46
+ * Fix collision with existing migrations. Closes #4435. [njonsson]
47
+
48
+
49
+ *1.1.2* (April 18th, 2006)
50
+
51
+ * Conform to format of routes.rb from Rails trunk. [njonsson]
52
+
53
+ * Update README and gemspec description to match web page. [njonsson]
54
+
55
+
56
+ *1.1.0* (March 14th, 2006)
57
+
58
+ * Remove extraneous spaces in source. [njonsson]
59
+
60
+ * Swap index_without_id and index_with_id actions out for list and show, using routes to produce hierarchical URLs. [njonsson]
61
+
62
+
63
+ *1.0.2* (January 27th, 2006)
64
+
65
+ * Use singular_name instead of model_name for proper capitalization. [njonsson]
66
+
67
+
68
+ *1.0.1* (January 10th, 2006)
69
+
70
+ * Fix confusing �trestle� nomenclature. [njonsson]
71
+
72
+ * Clarify narrative. [njonsson]
73
+
74
+ * Use strings instead of symbols as arguments of TestCase#get and TestCase#post. [njonsson]
75
+
76
+
77
+ *1.0.0* (January 3rd, 2006)
78
+
79
+ * Gem can now be built but still needs extended summary text. [njonsson]
80
+
81
+ * JavaScript-enable the Destroy action. [njonsson]
82
+
83
+ * Remove arguments for using trestle instead of scaffold. [njonsson]
84
+
85
+ * Initial import. [njonsson]
metadata CHANGED
@@ -3,15 +3,15 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: trestle_generator
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.1.6
7
- date: 2006-06-26 00:00:00 -05:00
6
+ version: 1.1.7
7
+ date: 2006-07-01 00:00:00 -05:00
8
8
  summary: "[Rails] A drop-in replacement for the scaffold generator that produces production-ready controllers that are safe from state-changing HTTP GET requests and that have streamlined URLs."
9
9
  require_paths:
10
10
  - templates
11
11
  email: nils@alumni.rice.edu
12
12
  homepage: http://trestle.rubyforge.org/
13
13
  rubyforge_project: trestle
14
- description: "Industrial-strength scaffolding for Ruby on Rails application development. Don\x92t drive your train across a gorge with nothing but a scaffold underneath it. Use a trestle instead! Learn more at http://trestle.rubyforge.org/."
14
+ description: Industrial-strength scaffolding for Ruby on Rails application development. A drop-in replacement for the scaffold generator that produces production-ready controllers that are safe from state-changing HTTP GET requests and that have streamlined URLs.
15
15
  autorequire:
16
16
  default_executable:
17
17
  bindir: bin
@@ -29,6 +29,7 @@ authors:
29
29
  - Nils Jonsson
30
30
  files:
31
31
  - trestle_generator.rb
32
+ - CHANGELOG
32
33
  - README
33
34
  - USAGE
34
35
  - templates/controller.rb