noodall-form-builder 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -5,3 +5,4 @@ log/*.log
5
5
  spec/dummy/db/*.sqlite3
6
6
  spec/dummy/log/*.log
7
7
  spec/dummy/tmp/
8
+ Gemfile.lock
@@ -6,8 +6,6 @@
6
6
 
7
7
  </ul>
8
8
 
9
- <a class="tooltip" href="/cms_help.pdf">&nbsp;</a>
10
-
11
9
  <div id="content-table">
12
10
  <table border="0" cellspacing="0" cellpadding="0" class="content">
13
11
  <thead>
@@ -6,8 +6,6 @@
6
6
 
7
7
  </ul>
8
8
 
9
- <a class="tooltip" href="/cms_help.pdf">&nbsp;</a>
10
-
11
9
  <div id="content-table">
12
10
  <table border="0" cellspacing="0" cellpadding="0" class="content">
13
11
  <thead>
@@ -38,4 +36,4 @@
38
36
  </tr>
39
37
  </tfoot>
40
38
  </table>
41
- </div>
39
+ </div>
@@ -1,9 +1,6 @@
1
- <% content_for :header, javascript_include_tag('admin/formbuilder') %>
2
- <a class="tooltip" href="/cms_help.pdf">&nbsp;</a>
3
-
1
+ <% content_for :header, javascript_include_tag('admin/formbuilder') %>
4
2
  <% content_for :header, javascript_include_tag( 'tiny_mce/jquery.tinymce', 'admin/tiny_mce_config', 'admin/nodes', 'admin/assets' ) %>
5
3
 
6
-
7
4
  <h1>Editing a Form</h1>
8
5
  <p>* Required Fields</p>
9
6
 
@@ -27,6 +27,7 @@ end
27
27
  When /^(?:|I )press "([^"]*)" within the component$/ do |button|
28
28
  within "#fancybox-inner" do
29
29
  click_button(button)
30
+ sleep 3
30
31
  end
31
32
  end
32
33
 
@@ -1,5 +1,5 @@
1
1
  module Noodall
2
2
  module FormBuilder
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  module ApplicationHelper
2
2
  include Noodall::ComponentsHelper
3
- include Noodall::FormsHelper
4
-
3
+ include FormsHelper
4
+
5
5
  def new_user_session_path
6
6
  ''
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noodall-form-builder
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
5
- prerelease: false
4
+ hash: 19
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors: []
13
13
 
@@ -15,11 +15,11 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-14 00:00:00 +00:00
18
+ date: 2011-01-16 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- version_requirements: &id001 !ruby/object:Gem::Requirement
22
+ requirement: &id001 !ruby/object:Gem::Requirement
23
23
  none: false
24
24
  requirements:
25
25
  - - ">="
@@ -30,12 +30,12 @@ dependencies:
30
30
  - 0
31
31
  - 0
32
32
  version: 1.0.0
33
- requirement: *id001
34
- type: :development
35
33
  name: bundler
36
34
  prerelease: false
35
+ version_requirements: *id001
36
+ type: :development
37
37
  - !ruby/object:Gem::Dependency
38
- version_requirements: &id002 !ruby/object:Gem::Requirement
38
+ requirement: &id002 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ">="
@@ -44,10 +44,10 @@ dependencies:
44
44
  segments:
45
45
  - 0
46
46
  version: "0"
47
- requirement: *id002
48
- type: :runtime
49
47
  name: fastercsv
50
48
  prerelease: false
49
+ version_requirements: *id002
50
+ type: :runtime
51
51
  description: Functionality for building custom forms
52
52
  email: []
53
53
 
@@ -60,7 +60,6 @@ extra_rdoc_files: []
60
60
  files:
61
61
  - .gitignore
62
62
  - Gemfile
63
- - Gemfile.lock
64
63
  - MIT-LICENSE
65
64
  - README.rdoc
66
65
  - Rakefile
@@ -196,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
195
  requirements: []
197
196
 
198
197
  rubyforge_project:
199
- rubygems_version: 1.3.7
198
+ rubygems_version: 1.4.1
200
199
  signing_key:
201
200
  specification_version: 3
202
201
  summary: Noodall Form Builder
data/Gemfile.lock DELETED
@@ -1,201 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- noodall-form-builder (0.0.5)
5
- fastercsv
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- abstract (1.0.0)
11
- actionmailer (3.0.1)
12
- actionpack (= 3.0.1)
13
- mail (~> 2.2.5)
14
- actionpack (3.0.1)
15
- activemodel (= 3.0.1)
16
- activesupport (= 3.0.1)
17
- builder (~> 2.1.2)
18
- erubis (~> 2.6.6)
19
- i18n (~> 0.4.1)
20
- rack (~> 1.2.1)
21
- rack-mount (~> 0.6.12)
22
- rack-test (~> 0.5.4)
23
- tzinfo (~> 0.3.23)
24
- activemodel (3.0.1)
25
- activesupport (= 3.0.1)
26
- builder (~> 2.1.2)
27
- i18n (~> 0.4.1)
28
- activerecord (3.0.1)
29
- activemodel (= 3.0.1)
30
- activesupport (= 3.0.1)
31
- arel (~> 1.0.0)
32
- tzinfo (~> 0.3.23)
33
- activeresource (3.0.1)
34
- activemodel (= 3.0.1)
35
- activesupport (= 3.0.1)
36
- activesupport (3.0.1)
37
- arel (1.0.1)
38
- activesupport (~> 3.0.0)
39
- bson (1.1.4)
40
- builder (2.1.2)
41
- canable (0.1.1)
42
- capybara (0.4.0)
43
- celerity (>= 0.7.9)
44
- culerity (>= 0.2.4)
45
- mime-types (>= 1.16)
46
- nokogiri (>= 1.3.3)
47
- rack (>= 1.0.0)
48
- rack-test (>= 0.5.4)
49
- selenium-webdriver (>= 0.0.27)
50
- xpath (~> 0.1.2)
51
- celerity (0.8.4)
52
- childprocess (0.1.4)
53
- ffi (~> 0.6.3)
54
- columnize (0.3.2)
55
- configuration (1.2.0)
56
- crack (0.1.8)
57
- cucumber (0.9.4)
58
- builder (~> 2.1.2)
59
- diff-lcs (~> 1.1.2)
60
- gherkin (~> 2.2.9)
61
- json (~> 1.4.6)
62
- term-ansicolor (~> 1.0.5)
63
- cucumber-rails (0.3.2)
64
- cucumber (>= 0.8.0)
65
- culerity (0.2.12)
66
- database_cleaner (0.6.0)
67
- defensio (0.9.1)
68
- httparty (>= 0.5.0)
69
- diff-lcs (1.1.2)
70
- dragonfly (0.7.7)
71
- rack
72
- dynamic_form (1.1.3)
73
- email_spec (1.0.0)
74
- erubis (2.6.6)
75
- abstract (>= 1.0.0)
76
- factory_girl (1.3.2)
77
- faker (0.3.1)
78
- fastercsv (1.5.3)
79
- ffi (0.6.3)
80
- rake (>= 0.8.7)
81
- gherkin (2.2.9)
82
- json (~> 1.4.6)
83
- term-ansicolor (~> 1.0.5)
84
- httparty (0.6.1)
85
- crack (= 0.1.8)
86
- i18n (0.4.2)
87
- jnunemaker-validatable (1.8.4)
88
- activesupport (>= 2.3.4)
89
- json (1.4.6)
90
- json_pure (1.4.6)
91
- launchy (0.3.7)
92
- configuration (>= 0.0.5)
93
- rake (>= 0.8.1)
94
- linecache (0.43)
95
- mail (2.2.10)
96
- activesupport (>= 2.3.6)
97
- i18n (~> 0.4.1)
98
- mime-types (~> 1.16)
99
- treetop (~> 1.4.8)
100
- mime-types (1.16)
101
- mm-multi-parameter-attributes (0.1.1)
102
- mongo_mapper
103
- mongo (1.1.4)
104
- bson (>= 1.1.1)
105
- mongo_mapper (0.8.6)
106
- activesupport (>= 2.3.4)
107
- jnunemaker-validatable (~> 1.8.4)
108
- plucky (~> 0.3.6)
109
- nokogiri (1.4.4)
110
- noodall-core (0.3.4)
111
- canable (= 0.1.1)
112
- mm-multi-parameter-attributes (~> 0.1.1)
113
- mongo_mapper (~> 0.8.6)
114
- ramdiv-mongo_mapper_acts_as_tree (~> 0.1.1)
115
- ruby-stemmer
116
- noodall-ui (0.0.13)
117
- dynamic_form
118
- noodall-core
119
- thoughtbot-sortable_table (= 0.0.6)
120
- will_paginate (~> 3.0.pre2)
121
- plucky (0.3.6)
122
- mongo (~> 1.1)
123
- polyglot (0.3.1)
124
- rack (1.2.1)
125
- rack-mount (0.6.13)
126
- rack (>= 1.0.0)
127
- rack-test (0.5.6)
128
- rack (>= 1.0)
129
- rails (3.0.1)
130
- actionmailer (= 3.0.1)
131
- actionpack (= 3.0.1)
132
- activerecord (= 3.0.1)
133
- activeresource (= 3.0.1)
134
- activesupport (= 3.0.1)
135
- bundler (~> 1.0.0)
136
- railties (= 3.0.1)
137
- railties (3.0.1)
138
- actionpack (= 3.0.1)
139
- activesupport (= 3.0.1)
140
- rake (>= 0.8.4)
141
- thor (~> 0.14.0)
142
- rake (0.8.7)
143
- ramdiv-mongo_mapper_acts_as_tree (0.1.2)
144
- mongo_mapper (>= 0.6.8)
145
- rmagick (2.13.1)
146
- rspec (2.2.0)
147
- rspec-core (~> 2.2)
148
- rspec-expectations (~> 2.2)
149
- rspec-mocks (~> 2.2)
150
- rspec-core (2.2.1)
151
- rspec-expectations (2.2.0)
152
- diff-lcs (~> 1.1.2)
153
- rspec-mocks (2.2.0)
154
- rspec-rails (2.2.1)
155
- actionpack (~> 3.0)
156
- activesupport (~> 3.0)
157
- railties (~> 3.0)
158
- rspec (~> 2.2.0)
159
- ruby-debug (0.10.4)
160
- columnize (>= 0.1)
161
- ruby-debug-base (~> 0.10.4.0)
162
- ruby-debug-base (0.10.4)
163
- linecache (>= 0.3)
164
- ruby-stemmer (0.8.2)
165
- rubyzip (0.9.4)
166
- selenium-webdriver (0.1.1)
167
- childprocess (= 0.1.4)
168
- ffi (~> 0.6.3)
169
- json_pure
170
- rubyzip
171
- term-ansicolor (1.0.5)
172
- thor (0.14.6)
173
- thoughtbot-sortable_table (0.0.6)
174
- treetop (1.4.9)
175
- polyglot (>= 0.3.1)
176
- tzinfo (0.3.23)
177
- will_paginate (3.0.pre2)
178
- xpath (0.1.2)
179
- nokogiri (~> 1.3)
180
-
181
- PLATFORMS
182
- ruby
183
-
184
- DEPENDENCIES
185
- bundler (>= 1.0.0)
186
- capybara (>= 0.3.9)
187
- cucumber-rails
188
- database_cleaner
189
- defensio
190
- dragonfly (~> 0.7.6)
191
- email_spec
192
- factory_girl (~> 1.3.2)
193
- faker (~> 0.3.1)
194
- fastercsv
195
- launchy
196
- noodall-form-builder!
197
- noodall-ui
198
- rails (= 3.0.1)
199
- rmagick
200
- rspec-rails (>= 2.0.0.beta)
201
- ruby-debug (>= 0.10.3)