ixtlan 0.4.0.pre2 → 0.4.0.pre3

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 (37) hide show
  1. data/generators/gwt_ixtlan_datamapper_rspec_scaffold/gwt_ixtlan_datamapper_rspec_scaffold_generator.rb +1 -1
  2. data/generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Fields.java +13 -0
  3. data/generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Model.java +11 -14
  4. data/generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/ModelFactory.java +2 -7
  5. data/generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Screen.java +14 -7
  6. data/generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/TestGwt.java +12 -10
  7. data/generators/ixtlan_datamapper_model/templates/migration.rb +22 -0
  8. data/generators/ixtlan_datamapper_model/templates/model.rb +2 -2
  9. data/generators/ixtlan_datamapper_rspec_model/ixtlan_datamapper_rspec_model_generator.rb +2 -0
  10. data/generators/ixtlan_datamapper_rspec_model/templates/model_spec.rb +8 -5
  11. data/generators/ixtlan_datamapper_rspec_scaffold/ixtlan_datamapper_rspec_scaffold_generator.rb +2 -0
  12. data/generators/ixtlan_datamapper_rspec_scaffold/templates/controller_spec.rb +13 -7
  13. data/lib/dm-serializer/to_xml.rb +2 -2
  14. data/lib/ixtlan/controllers/authentications_controller.rb +1 -1
  15. data/lib/ixtlan/controllers/locales_controller.rb +1 -0
  16. data/lib/ixtlan/controllers/users_controller.rb +5 -3
  17. data/lib/ixtlan/models/authentication.rb +1 -3
  18. data/lib/ixtlan/models/i18n_text.rb +4 -4
  19. data/lib/ixtlan/models/user.rb +2 -0
  20. data/lib/ixtlan/models/word.rb +3 -1
  21. data/lib/ixtlan/modified_by.rb +1 -1
  22. data/lib/ixtlan/optimistic_persistence.rb +2 -5
  23. data/lib/ixtlan/rails/migrations.rb +30 -25
  24. data/lib/ixtlan/rails/unrestful_authentication.rb +1 -1
  25. data/lib/ixtlan/session.rb +2 -2
  26. data/lib/ixtlan/simple_client.rb +126 -0
  27. data/lib/ixtlan/user_logger.rb +0 -1
  28. data/lib/ixtlan/version.rb +1 -1
  29. data/lib/models.rb +1 -0
  30. metadata +267 -219
  31. data/History.txt +0 -49
  32. data/MIT-LICENSE +0 -20
  33. data/Manifest.txt +0 -103
  34. data/README.txt +0 -86
  35. data/Rakefile +0 -55
  36. data/ixtlan_rails_templates.rb +0 -537
  37. data/whitespace.rb +0 -31
metadata CHANGED
@@ -1,250 +1,298 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ixtlan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.pre2
4
+ prerelease: true
5
+ segments:
6
+ - 0
7
+ - 4
8
+ - 0
9
+ - pre3
10
+ version: 0.4.0.pre3
5
11
  platform: ruby
6
12
  authors:
7
- - mkristian
13
+ - mkristian
8
14
  autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2010-05-28 00:00:00 +05:30
18
+ date: 2010-06-29 00:00:00 +05:30
13
19
  default_executable:
14
20
  dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: dm-core
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ~>
22
- - !ruby/object:Gem::Version
23
- version: 0.10.1
24
- version:
25
- - !ruby/object:Gem::Dependency
26
- name: dm-validations
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ~>
32
- - !ruby/object:Gem::Version
33
- version: 0.10.1
34
- version:
35
- - !ruby/object:Gem::Dependency
36
- name: dm-timestamps
37
- type: :runtime
38
- version_requirement:
39
- version_requirements: !ruby/object:Gem::Requirement
40
- requirements:
41
- - - ~>
42
- - !ruby/object:Gem::Version
43
- version: 0.10.1
44
- version:
45
- - !ruby/object:Gem::Dependency
46
- name: dm-migrations
47
- type: :runtime
48
- version_requirement:
49
- version_requirements: !ruby/object:Gem::Requirement
50
- requirements:
51
- - - ~>
52
- - !ruby/object:Gem::Version
53
- version: 0.10.1
54
- version:
55
- - !ruby/object:Gem::Dependency
56
- name: slf4r
57
- type: :runtime
58
- version_requirement:
59
- version_requirements: !ruby/object:Gem::Requirement
60
- requirements:
61
- - - ~>
62
- - !ruby/object:Gem::Version
63
- version: 0.2.0
64
- version:
65
- - !ruby/object:Gem::Dependency
66
- name: datamapper4rails
67
- type: :runtime
68
- version_requirement:
69
- version_requirements: !ruby/object:Gem::Requirement
70
- requirements:
71
- - - ~>
72
- - !ruby/object:Gem::Version
73
- version: 0.4.0
74
- version:
75
- - !ruby/object:Gem::Dependency
76
- name: rack-datamapper
77
- type: :runtime
78
- version_requirement:
79
- version_requirements: !ruby/object:Gem::Requirement
80
- requirements:
81
- - - ~>
82
- - !ruby/object:Gem::Version
83
- version: 0.2.5
84
- version:
85
- - !ruby/object:Gem::Dependency
86
- name: logging
87
- type: :runtime
88
- version_requirement:
89
- version_requirements: !ruby/object:Gem::Requirement
90
- requirements:
91
- - - ~>
92
- - !ruby/object:Gem::Version
93
- version: 1.2.3
94
- version:
95
- - !ruby/object:Gem::Dependency
96
- name: hoe
97
- type: :development
98
- version_requirement:
99
- version_requirements: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - ">="
102
- - !ruby/object:Gem::Version
103
- version: 2.3.3
104
- version:
21
+ - !ruby/object:Gem::Dependency
22
+ name: dm-core
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ~>
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 1
30
+ - 0
31
+ - 0
32
+ version: 1.0.0
33
+ type: :runtime
34
+ version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name: dm-validations
37
+ prerelease: false
38
+ requirement: &id002 !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ~>
41
+ - !ruby/object:Gem::Version
42
+ segments:
43
+ - 1
44
+ - 0
45
+ - 0
46
+ version: 1.0.0
47
+ type: :runtime
48
+ version_requirements: *id002
49
+ - !ruby/object:Gem::Dependency
50
+ name: dm-timestamps
51
+ prerelease: false
52
+ requirement: &id003 !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ~>
55
+ - !ruby/object:Gem::Version
56
+ segments:
57
+ - 1
58
+ - 0
59
+ - 0
60
+ version: 1.0.0
61
+ type: :runtime
62
+ version_requirements: *id003
63
+ - !ruby/object:Gem::Dependency
64
+ name: dm-migrations
65
+ prerelease: false
66
+ requirement: &id004 !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ~>
69
+ - !ruby/object:Gem::Version
70
+ segments:
71
+ - 1
72
+ - 0
73
+ - 0
74
+ version: 1.0.0
75
+ type: :runtime
76
+ version_requirements: *id004
77
+ - !ruby/object:Gem::Dependency
78
+ name: slf4r
79
+ prerelease: false
80
+ requirement: &id005 !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - "="
83
+ - !ruby/object:Gem::Version
84
+ segments:
85
+ - 0
86
+ - 3
87
+ - 2
88
+ version: 0.3.2
89
+ type: :runtime
90
+ version_requirements: *id005
91
+ - !ruby/object:Gem::Dependency
92
+ name: datamapper4rails
93
+ prerelease: false
94
+ requirement: &id006 !ruby/object:Gem::Requirement
95
+ requirements:
96
+ - - ~>
97
+ - !ruby/object:Gem::Version
98
+ segments:
99
+ - 0
100
+ - 5
101
+ - 0
102
+ version: 0.5.0
103
+ type: :runtime
104
+ version_requirements: *id006
105
+ - !ruby/object:Gem::Dependency
106
+ name: rack-datamapper
107
+ prerelease: false
108
+ requirement: &id007 !ruby/object:Gem::Requirement
109
+ requirements:
110
+ - - ~>
111
+ - !ruby/object:Gem::Version
112
+ segments:
113
+ - 0
114
+ - 3
115
+ - 0
116
+ version: 0.3.0
117
+ type: :runtime
118
+ version_requirements: *id007
119
+ - !ruby/object:Gem::Dependency
120
+ name: logging
121
+ prerelease: false
122
+ requirement: &id008 !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ~>
125
+ - !ruby/object:Gem::Version
126
+ segments:
127
+ - 1
128
+ - 2
129
+ - 3
130
+ version: 1.2.3
131
+ type: :runtime
132
+ version_requirements: *id008
133
+ - !ruby/object:Gem::Dependency
134
+ name: rspec
135
+ prerelease: false
136
+ requirement: &id009 !ruby/object:Gem::Requirement
137
+ requirements:
138
+ - - ~>
139
+ - !ruby/object:Gem::Version
140
+ segments:
141
+ - 1
142
+ - 3
143
+ - 0
144
+ version: 1.3.0
145
+ type: :development
146
+ version_requirements: *id009
105
147
  description: this is set of rails and datamapper plugins for setting up a little more advanced rails application then the default rails generator does. the focus is on security and privacy as well a complete restful xml support.
106
148
  email:
107
- - m.kristian@web.de
149
+ - m.kristian@web.de
108
150
  executables: []
109
151
 
110
152
  extensions: []
111
153
 
112
- extra_rdoc_files:
113
- - History.txt
114
- - Manifest.txt
115
- - README.txt
154
+ extra_rdoc_files: []
155
+
116
156
  files:
117
- - History.txt
118
- - MIT-LICENSE
119
- - Manifest.txt
120
- - README.txt
121
- - Rakefile
122
- - generators/gwt_ixtlan_datamapper_rspec_scaffold/gwt_ixtlan_datamapper_rspec_scaffold_generator.rb
123
- - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/AbstractApplicationResourceTestGwt.java
124
- - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Fields.java
125
- - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/GwtTestSuite.java
126
- - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Model.java
127
- - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/ModelFactory.java
128
- - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Screen.java
129
- - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/TestGwt.java
130
- - generators/ixtlan_datamapper_model/ixtlan_datamapper_model_generator.rb
131
- - generators/ixtlan_datamapper_model/templates/model.rb
132
- - generators/ixtlan_datamapper_rspec_model/ixtlan_datamapper_rspec_model_generator.rb
133
- - generators/ixtlan_datamapper_rspec_model/templates/model_spec.rb
134
- - generators/ixtlan_datamapper_rspec_scaffold/ixtlan_datamapper_rspec_scaffold_generator.rb
135
- - generators/ixtlan_datamapper_rspec_scaffold/templates/controller.rb
136
- - generators/ixtlan_datamapper_rspec_scaffold/templates/controller_spec.rb
137
- - generators/ixtlan_datamapper_rspec_scaffold/templates/guard.rb
138
- - generators/ixtlan_datamapper_rspec_scaffold/templates/i18n.rb
139
- - generators/ixtlan_datamapper_rspec_scaffold/templates/layout.html.erb
140
- - ixtlan_rails_templates.rb
141
- - lib/dm-serializer.rb
142
- - lib/dm-serializer/common.rb
143
- - lib/dm-serializer/to_xml.rb
144
- - lib/dm-serializer/xml_serializers.rb
145
- - lib/dm-serializer/xml_serializers/libxml.rb
146
- - lib/dm-serializer/xml_serializers/nokogiri.rb
147
- - lib/dm-serializer/xml_serializers/rexml.rb
148
- - lib/ixtlan.rb
149
- - lib/ixtlan/audit_config.rb
150
- - lib/ixtlan/child_path.rb
151
- - lib/ixtlan/cms_script.rb
152
- - lib/ixtlan/controllers/authentications_controller.rb
153
- - lib/ixtlan/controllers/configurations_controller.rb
154
- - lib/ixtlan/controllers/permissions_controller.rb
155
- - lib/ixtlan/controllers/domains_controller.rb
156
- - lib/ixtlan/controllers/groups_controller.rb
157
- - lib/ixtlan/controllers/locales_controller.rb
158
- - lib/ixtlan/controllers/phrases_controller.rb
159
- - lib/ixtlan/controllers/search_query.rb
160
- - lib/ixtlan/controllers/texts_controller.rb
161
- - lib/ixtlan/controllers/users_controller.rb
162
- - lib/ixtlan/controllers/word_bundles_controller.rb
163
- - lib/ixtlan/digest.rb
164
- - lib/ixtlan/guard.rb
165
- - lib/ixtlan/logger_config.rb
166
- - lib/ixtlan/mailer.rb
167
- - lib/ixtlan/mailer/error_notification.erb
168
- - lib/ixtlan/mailer/password.erb
169
- - lib/ixtlan/models.rb
170
- - lib/ixtlan/models/authentication.rb
171
- - lib/ixtlan/models/configuration.rb
172
- - lib/ixtlan/models/configuration_locale.rb
173
- - lib/ixtlan/models/domain.rb
174
- - lib/ixtlan/models/domain_group_user.rb
175
- - lib/ixtlan/models/group.rb
176
- - lib/ixtlan/models/group_locale_user.rb
177
- - lib/ixtlan/models/group_user.rb
178
- - lib/ixtlan/models/i18n_text.rb
179
- - lib/ixtlan/models/locale.rb
180
- - lib/ixtlan/models/permission.rb
181
- - lib/ixtlan/models/phrase.rb
182
- - lib/ixtlan/models/role.rb
183
- - lib/ixtlan/models/translation.rb
184
- - lib/ixtlan/models/update_children.rb
185
- - lib/ixtlan/models/user.rb
186
- - lib/ixtlan/models/word.rb
187
- - lib/ixtlan/modified_by.rb
188
- - lib/ixtlan/monkey_patches.rb
189
- - lib/ixtlan/optimistic_persistence.rb
190
- - lib/ixtlan/optimistic_persistence_module.rb
191
- - lib/ixtlan/optimistic_persistence_validation.rb
192
- - lib/ixtlan/passwords.rb
193
- - lib/ixtlan/rails/audit.rb
194
- - lib/ixtlan/rails/error_handling.rb
195
- - lib/ixtlan/rails/guard.rb
196
- - lib/ixtlan/rails/migrations.rb
197
- - lib/ixtlan/rails/session_timeout.rb
198
- - lib/ixtlan/rails/timestamps_modified_by_filter.rb
199
- - lib/ixtlan/rails/unrestful_authentication.rb
200
- - lib/ixtlan/rolling_file.rb
201
- - lib/ixtlan/session.rb
202
- - lib/ixtlan/user_logger.rb
203
- - lib/ixtlan/version.rb
204
- - lib/models.rb
205
- - spec/authentication_spec.rb
206
- - spec/guard_spec.rb
207
- - spec/guards/samples.rb
208
- - spec/modified_by_spec.rb
209
- - spec/optimistic_persistence_spec.rb
210
- - spec/phrase_spec.rb
211
- - spec/session_timeout_spec.rb
212
- - spec/spec.opts
213
- - spec/spec_helper.rb
214
- - spec/text_collection_spec.rb
215
- - spec/text_spec.rb
216
- - spec/unrestful_authentication_spec.rb
217
- - spec/user_logger_spec.rb
218
- - spec/user_spec.rb
219
- - whitespace.rb
157
+ - lib/models.rb
158
+ - lib/ixtlan.rb
159
+ - lib/dm-serializer.rb
160
+ - lib/dm-serializer/common.rb
161
+ - lib/dm-serializer/xml_serializers.rb
162
+ - lib/dm-serializer/to_xml.rb
163
+ - lib/dm-serializer/xml_serializers/libxml.rb
164
+ - lib/dm-serializer/xml_serializers/nokogiri.rb
165
+ - lib/dm-serializer/xml_serializers/rexml.rb
166
+ - lib/ixtlan/child_path.rb
167
+ - lib/ixtlan/rolling_file.rb
168
+ - lib/ixtlan/cms_script.rb
169
+ - lib/ixtlan/simple_client.rb
170
+ - lib/ixtlan/logger_config.rb
171
+ - lib/ixtlan/models.rb
172
+ - lib/ixtlan/audit_config.rb
173
+ - lib/ixtlan/session.rb
174
+ - lib/ixtlan/optimistic_persistence.rb
175
+ - lib/ixtlan/mailer.rb
176
+ - lib/ixtlan/modified_by.rb
177
+ - lib/ixtlan/optimistic_persistence_module.rb
178
+ - lib/ixtlan/optimistic_persistence_validation.rb
179
+ - lib/ixtlan/guard.rb
180
+ - lib/ixtlan/passwords.rb
181
+ - lib/ixtlan/monkey_patches.rb
182
+ - lib/ixtlan/digest.rb
183
+ - lib/ixtlan/version.rb
184
+ - lib/ixtlan/user_logger.rb
185
+ - lib/ixtlan/models/domain.rb
186
+ - lib/ixtlan/models/group_locale_user.rb
187
+ - lib/ixtlan/models/role.rb
188
+ - lib/ixtlan/models/phrase.rb
189
+ - lib/ixtlan/models/update_children.rb
190
+ - lib/ixtlan/models/translation.rb
191
+ - lib/ixtlan/models/user.rb
192
+ - lib/ixtlan/models/permission.rb
193
+ - lib/ixtlan/models/locale.rb
194
+ - lib/ixtlan/models/i18n_text.rb
195
+ - lib/ixtlan/models/domain_group_user.rb
196
+ - lib/ixtlan/models/configuration_locale.rb
197
+ - lib/ixtlan/models/word.rb
198
+ - lib/ixtlan/models/configuration.rb
199
+ - lib/ixtlan/models/authentication.rb
200
+ - lib/ixtlan/models/group_user.rb
201
+ - lib/ixtlan/models/group.rb
202
+ - lib/ixtlan/controllers/groups_controller.rb
203
+ - lib/ixtlan/controllers/permissions_controller.rb
204
+ - lib/ixtlan/controllers/phrases_controller.rb
205
+ - lib/ixtlan/controllers/configurations_controller.rb
206
+ - lib/ixtlan/controllers/texts_controller.rb
207
+ - lib/ixtlan/controllers/locales_controller.rb
208
+ - lib/ixtlan/controllers/word_bundles_controller.rb
209
+ - lib/ixtlan/controllers/search_query.rb
210
+ - lib/ixtlan/controllers/authentications_controller.rb
211
+ - lib/ixtlan/controllers/domains_controller.rb
212
+ - lib/ixtlan/controllers/users_controller.rb
213
+ - lib/ixtlan/mailer/error_notification.erb
214
+ - lib/ixtlan/mailer/password.erb
215
+ - lib/ixtlan/rails/timestamps_modified_by_filter.rb
216
+ - lib/ixtlan/rails/audit.rb
217
+ - lib/ixtlan/rails/error_handling.rb
218
+ - lib/ixtlan/rails/migrations.rb
219
+ - lib/ixtlan/rails/unrestful_authentication.rb
220
+ - lib/ixtlan/rails/session_timeout.rb
221
+ - lib/ixtlan/rails/guard.rb
222
+ - generators/ixtlan_datamapper_rspec_model/ixtlan_datamapper_rspec_model_generator.rb
223
+ - generators/ixtlan_datamapper_rspec_model/templates/model_spec.rb
224
+ - generators/ixtlan_datamapper_model/ixtlan_datamapper_model_generator.rb
225
+ - generators/ixtlan_datamapper_model/templates/migration.rb
226
+ - generators/ixtlan_datamapper_model/templates/model.rb
227
+ - generators/ixtlan_datamapper_rspec_scaffold/ixtlan_datamapper_rspec_scaffold_generator.rb
228
+ - generators/ixtlan_datamapper_rspec_scaffold/templates/layout.html.erb
229
+ - generators/ixtlan_datamapper_rspec_scaffold/templates/controller.rb
230
+ - generators/ixtlan_datamapper_rspec_scaffold/templates/controller_spec.rb
231
+ - generators/ixtlan_datamapper_rspec_scaffold/templates/i18n.rb
232
+ - generators/ixtlan_datamapper_rspec_scaffold/templates/guard.rb
233
+ - generators/gwt_ixtlan_datamapper_rspec_scaffold/gwt_ixtlan_datamapper_rspec_scaffold_generator.rb
234
+ - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Fields.java
235
+ - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Model.java
236
+ - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/TestGwt.java
237
+ - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/AbstractApplicationResourceTestGwt.java
238
+ - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Screen.java
239
+ - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/GwtTestSuite.java
240
+ - generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/ModelFactory.java
241
+ - spec/text_collection_spec.rb
242
+ - spec/optimistic_persistence_spec.rb
243
+ - spec/phrase_spec.rb
244
+ - spec/guard_spec.rb
245
+ - spec/authentication_spec.rb
246
+ - spec/session_timeout_spec.rb
247
+ - spec/spec_helper.rb
248
+ - spec/modified_by_spec.rb
249
+ - spec/user_spec.rb
250
+ - spec/spec.opts
251
+ - spec/text_spec.rb
252
+ - spec/user_logger_spec.rb
253
+ - spec/unrestful_authentication_spec.rb
254
+ - spec/guards/samples.rb
220
255
  has_rdoc: true
221
256
  homepage: http://github.com/mkristian/ixtlan-core
222
- licenses: []
223
-
257
+ licenses:
258
+ - MIT-LICENSE
224
259
  post_install_message:
225
- rdoc_options:
226
- - --main
227
- - README.txt
260
+ rdoc_options: []
261
+
228
262
  require_paths:
229
- - lib
263
+ - lib
230
264
  required_ruby_version: !ruby/object:Gem::Requirement
231
265
  requirements:
232
- - - ">="
233
- - !ruby/object:Gem::Version
234
- version: "0"
235
- version:
266
+ - - ">="
267
+ - !ruby/object:Gem::Version
268
+ segments:
269
+ - 0
270
+ version: "0"
236
271
  required_rubygems_version: !ruby/object:Gem::Requirement
237
272
  requirements:
238
- - - ">"
239
- - !ruby/object:Gem::Version
240
- version: 1.3.1
241
- version:
273
+ - - ">"
274
+ - !ruby/object:Gem::Version
275
+ segments:
276
+ - 1
277
+ - 3
278
+ - 1
279
+ version: 1.3.1
242
280
  requirements: []
243
281
 
244
- rubyforge_project: ixtlan
245
- rubygems_version: 1.3.5
282
+ rubyforge_project:
283
+ rubygems_version: 1.3.6
246
284
  signing_key:
247
285
  specification_version: 3
248
286
  summary: this is set of rails and datamapper plugins for setting up a little more advanced rails application then the default rails generator does
249
- test_files: []
250
-
287
+ test_files:
288
+ - spec/text_collection_spec.rb
289
+ - spec/optimistic_persistence_spec.rb
290
+ - spec/phrase_spec.rb
291
+ - spec/guard_spec.rb
292
+ - spec/authentication_spec.rb
293
+ - spec/session_timeout_spec.rb
294
+ - spec/modified_by_spec.rb
295
+ - spec/user_spec.rb
296
+ - spec/text_spec.rb
297
+ - spec/user_logger_spec.rb
298
+ - spec/unrestful_authentication_spec.rb
data/History.txt DELETED
@@ -1,49 +0,0 @@
1
- === 0.3.0 / 2010-05-24
2
-
3
- * allow model with to_log to have nice log output
4
-
5
- * made all controllers nice modules including before_filters
6
-
7
- * domains/locales work with guard
8
-
9
- * added migration class for ixtlan models
10
-
11
- * all models have an ID now
12
-
13
- * helper for n-m-relations
14
-
15
- * added search module with helper methods
16
-
17
- * better audit log
18
-
19
- === 0.2.4 / 2010-02-22
20
-
21
- * fixed phrases controller to work
22
-
23
- === 0.2.3 / 2010-02-03
24
-
25
- * little fixes to use ixtlan with MRI rails !
26
-
27
- * adjust generator to new packages of the restful-gwt jars
28
-
29
- === 0.2.2 / 2010-01-29
30
-
31
- * symbolize internal map of guard
32
-
33
- * gwt generator: parametrizied package generated java classes - find client directory and use this as base package
34
-
35
- * make phrases to work
36
-
37
- * added code to add screen and testcase for gwt_scaffolding
38
-
39
- === 0.2.1 / 2009-12-07
40
-
41
- * stay logged in when deleting a resource
42
-
43
- * lot's of work to get restful-gwt version 0.2.1 working with login, and basic i18n = dictonory gets loaded after login or in case the a i18n entry is missing a new one gets created if the permissions allow it
44
-
45
- * the rails template had a lot of version problems after a major refactoring, so lot's of little fixes there
46
-
47
- === 0.2.0 / 2009-12-07
48
-
49
- * intial import
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright (c) 2008 Kristian Meier
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.