simple-layout 0.1.2 → 0.2.0

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 (56) hide show
  1. data/Gemfile +3 -0
  2. data/Gemfile.lock +75 -0
  3. data/Rakefile +14 -2
  4. data/VERSION +1 -1
  5. data/simple-layout.gemspec +9 -39
  6. data/test/{test_layout_generator.rb → layout_generator_test.rb} +3 -2
  7. data/test/rails_app/config/application.rb +12 -37
  8. data/test/rails_app/config/boot.rb +11 -4
  9. data/test/rails_app/config/database.yml +20 -21
  10. data/test/rails_app/config/environments/development.rb +3 -14
  11. data/test/rails_app/config/environments/production.rb +7 -34
  12. data/test/rails_app/config/environments/test.rb +4 -13
  13. data/test/rails_app/config/initializers/backtrace_silencers.rb +1 -1
  14. data/test/rails_app/config/initializers/inflections.rb +2 -10
  15. data/test/rails_app/config/initializers/secret_token.rb +2 -7
  16. data/test/rails_app/config/routes.rb +2 -54
  17. data/test/test_helper.rb +14 -0
  18. data/test/tmp/public/simple/index.html +1 -1
  19. metadata +34 -48
  20. data/test/rails_app/.gitignore +0 -5
  21. data/test/rails_app/Gemfile +0 -34
  22. data/test/rails_app/Gemfile.lock +0 -122
  23. data/test/rails_app/README +0 -261
  24. data/test/rails_app/Rakefile +0 -7
  25. data/test/rails_app/app/assets/images/rails.png +0 -0
  26. data/test/rails_app/app/assets/javascripts/application.js +0 -9
  27. data/test/rails_app/app/assets/stylesheets/application.css +0 -7
  28. data/test/rails_app/app/controllers/application_controller.rb +0 -3
  29. data/test/rails_app/app/helpers/application_helper.rb +0 -2
  30. data/test/rails_app/app/mailers/.gitkeep +0 -0
  31. data/test/rails_app/app/models/.gitkeep +0 -0
  32. data/test/rails_app/app/views/layouts/application.html.erb +0 -14
  33. data/test/rails_app/config/initializers/mime_types.rb +0 -5
  34. data/test/rails_app/config/initializers/session_store.rb +0 -8
  35. data/test/rails_app/config/initializers/wrap_parameters.rb +0 -14
  36. data/test/rails_app/config/locales/en.yml +0 -5
  37. data/test/rails_app/config.ru +0 -4
  38. data/test/rails_app/db/seeds.rb +0 -7
  39. data/test/rails_app/lib/assets/.gitkeep +0 -0
  40. data/test/rails_app/lib/tasks/.gitkeep +0 -0
  41. data/test/rails_app/log/.gitkeep +0 -0
  42. data/test/rails_app/public/404.html +0 -26
  43. data/test/rails_app/public/422.html +0 -26
  44. data/test/rails_app/public/500.html +0 -26
  45. data/test/rails_app/public/favicon.ico +0 -0
  46. data/test/rails_app/public/index.html +0 -241
  47. data/test/rails_app/public/robots.txt +0 -5
  48. data/test/rails_app/script/rails +0 -6
  49. data/test/rails_app/test/fixtures/.gitkeep +0 -0
  50. data/test/rails_app/test/functional/.gitkeep +0 -0
  51. data/test/rails_app/test/integration/.gitkeep +0 -0
  52. data/test/rails_app/test/performance/browsing_test.rb +0 -12
  53. data/test/rails_app/test/test_helper.rb +0 -13
  54. data/test/rails_app/test/unit/.gitkeep +0 -0
  55. data/test/rails_app/vendor/assets/stylesheets/.gitkeep +0 -0
  56. data/test/rails_app/vendor/plugins/.gitkeep +0 -0
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: simple-layout
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.2.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Allen Kim
@@ -13,8 +13,30 @@ cert_chain: []
13
13
  date: 2012-03-27 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: shoulda
16
+ name: rails
17
17
  requirement: &id001 !ruby/object:Gem::Requirement
18
+ none: false
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 3.0.3
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: *id001
26
+ - !ruby/object:Gem::Dependency
27
+ name: sqlite3
28
+ requirement: &id002 !ruby/object:Gem::Requirement
29
+ none: false
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: "0"
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: *id002
37
+ - !ruby/object:Gem::Dependency
38
+ name: shoulda
39
+ requirement: &id003 !ruby/object:Gem::Requirement
18
40
  none: false
19
41
  requirements:
20
42
  - - ">="
@@ -22,10 +44,10 @@ dependencies:
22
44
  version: "0"
23
45
  type: :development
24
46
  prerelease: false
25
- version_requirements: *id001
47
+ version_requirements: *id003
26
48
  - !ruby/object:Gem::Dependency
27
49
  name: rdoc
28
- requirement: &id002 !ruby/object:Gem::Requirement
50
+ requirement: &id004 !ruby/object:Gem::Requirement
29
51
  none: false
30
52
  requirements:
31
53
  - - ~>
@@ -33,10 +55,10 @@ dependencies:
33
55
  version: "3.12"
34
56
  type: :development
35
57
  prerelease: false
36
- version_requirements: *id002
58
+ version_requirements: *id004
37
59
  - !ruby/object:Gem::Dependency
38
60
  name: bundler
39
- requirement: &id003 !ruby/object:Gem::Requirement
61
+ requirement: &id005 !ruby/object:Gem::Requirement
40
62
  none: false
41
63
  requirements:
42
64
  - - ~>
@@ -44,10 +66,10 @@ dependencies:
44
66
  version: 1.0.0
45
67
  type: :development
46
68
  prerelease: false
47
- version_requirements: *id003
69
+ version_requirements: *id005
48
70
  - !ruby/object:Gem::Dependency
49
71
  name: jeweler
50
- requirement: &id004 !ruby/object:Gem::Requirement
72
+ requirement: &id006 !ruby/object:Gem::Requirement
51
73
  none: false
52
74
  requirements:
53
75
  - - ~>
@@ -55,7 +77,7 @@ dependencies:
55
77
  version: 1.8.3
56
78
  type: :development
57
79
  prerelease: false
58
- version_requirements: *id004
80
+ version_requirements: *id006
59
81
  description: "This gotta be longer than summary. :). I will fill it out "
60
82
  email: bighostkim@gmail.com
61
83
  executables: []
@@ -81,20 +103,7 @@ files:
81
103
  - lib/generators/layout/layouts/simple/styles.css
82
104
  - lib/simple-layout.rb
83
105
  - simple-layout.gemspec
84
- - test/rails_app/.gitignore
85
- - test/rails_app/Gemfile
86
- - test/rails_app/Gemfile.lock
87
- - test/rails_app/README
88
- - test/rails_app/Rakefile
89
- - test/rails_app/app/assets/images/rails.png
90
- - test/rails_app/app/assets/javascripts/application.js
91
- - test/rails_app/app/assets/stylesheets/application.css
92
- - test/rails_app/app/controllers/application_controller.rb
93
- - test/rails_app/app/helpers/application_helper.rb
94
- - test/rails_app/app/mailers/.gitkeep
95
- - test/rails_app/app/models/.gitkeep
96
- - test/rails_app/app/views/layouts/application.html.erb
97
- - test/rails_app/config.ru
106
+ - test/layout_generator_test.rb
98
107
  - test/rails_app/config/application.rb
99
108
  - test/rails_app/config/boot.rb
100
109
  - test/rails_app/config/database.yml
@@ -104,32 +113,9 @@ files:
104
113
  - test/rails_app/config/environments/test.rb
105
114
  - test/rails_app/config/initializers/backtrace_silencers.rb
106
115
  - test/rails_app/config/initializers/inflections.rb
107
- - test/rails_app/config/initializers/mime_types.rb
108
116
  - test/rails_app/config/initializers/secret_token.rb
109
- - test/rails_app/config/initializers/session_store.rb
110
- - test/rails_app/config/initializers/wrap_parameters.rb
111
- - test/rails_app/config/locales/en.yml
112
117
  - test/rails_app/config/routes.rb
113
- - test/rails_app/db/seeds.rb
114
- - test/rails_app/lib/assets/.gitkeep
115
- - test/rails_app/lib/tasks/.gitkeep
116
- - test/rails_app/log/.gitkeep
117
- - test/rails_app/public/404.html
118
- - test/rails_app/public/422.html
119
- - test/rails_app/public/500.html
120
- - test/rails_app/public/favicon.ico
121
- - test/rails_app/public/index.html
122
- - test/rails_app/public/robots.txt
123
- - test/rails_app/script/rails
124
- - test/rails_app/test/fixtures/.gitkeep
125
- - test/rails_app/test/functional/.gitkeep
126
- - test/rails_app/test/integration/.gitkeep
127
- - test/rails_app/test/performance/browsing_test.rb
128
- - test/rails_app/test/test_helper.rb
129
- - test/rails_app/test/unit/.gitkeep
130
- - test/rails_app/vendor/assets/stylesheets/.gitkeep
131
- - test/rails_app/vendor/plugins/.gitkeep
132
- - test/test_layout_generator.rb
118
+ - test/test_helper.rb
133
119
  - test/tmp/app/views/layouts/simple.html.erb
134
120
  - test/tmp/public/simple/images/menu_background.png
135
121
  - test/tmp/public/simple/index.html
@@ -147,7 +133,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
147
133
  requirements:
148
134
  - - ">="
149
135
  - !ruby/object:Gem::Version
150
- hash: -1840306854491963766
136
+ hash: 4405369213039148402
151
137
  segments:
152
138
  - 0
153
139
  version: "0"
@@ -1,5 +0,0 @@
1
- .bundle
2
- db/*.sqlite3
3
- log/*.log
4
- tmp/
5
- .sass-cache/
@@ -1,34 +0,0 @@
1
- source 'http://rubygems.org'
2
-
3
- gem 'rails', '3.1.0'
4
-
5
- # Bundle edge Rails instead:
6
- # gem 'rails', :git => 'git://github.com/rails/rails.git'
7
-
8
- gem 'sqlite3'
9
-
10
-
11
- # Gems used only for assets and not required
12
- # in production environments by default.
13
- group :assets do
14
- gem 'sass-rails', " ~> 3.1.0"
15
- gem 'coffee-rails', "~> 3.1.0"
16
- gem 'uglifier'
17
- end
18
-
19
- gem 'jquery-rails'
20
-
21
- # Use unicorn as the web server
22
- # gem 'unicorn'
23
-
24
- # Deploy with Capistrano
25
- # gem 'capistrano'
26
-
27
- # To use debugger
28
- # gem 'ruby-debug19', :require => 'ruby-debug'
29
-
30
- group :test do
31
- # Pretty printed test output
32
- gem 'turn', :require => false
33
- gem 'minitest'
34
- end
@@ -1,122 +0,0 @@
1
- GEM
2
- remote: http://rubygems.org/
3
- specs:
4
- actionmailer (3.1.0)
5
- actionpack (= 3.1.0)
6
- mail (~> 2.3.0)
7
- actionpack (3.1.0)
8
- activemodel (= 3.1.0)
9
- activesupport (= 3.1.0)
10
- builder (~> 3.0.0)
11
- erubis (~> 2.7.0)
12
- i18n (~> 0.6)
13
- rack (~> 1.3.2)
14
- rack-cache (~> 1.0.3)
15
- rack-mount (~> 0.8.2)
16
- rack-test (~> 0.6.1)
17
- sprockets (~> 2.0.0)
18
- activemodel (3.1.0)
19
- activesupport (= 3.1.0)
20
- bcrypt-ruby (~> 3.0.0)
21
- builder (~> 3.0.0)
22
- i18n (~> 0.6)
23
- activerecord (3.1.0)
24
- activemodel (= 3.1.0)
25
- activesupport (= 3.1.0)
26
- arel (~> 2.2.1)
27
- tzinfo (~> 0.3.29)
28
- activeresource (3.1.0)
29
- activemodel (= 3.1.0)
30
- activesupport (= 3.1.0)
31
- activesupport (3.1.0)
32
- multi_json (~> 1.0)
33
- ansi (1.4.2)
34
- arel (2.2.3)
35
- bcrypt-ruby (3.0.1)
36
- builder (3.0.0)
37
- coffee-rails (3.1.1)
38
- coffee-script (>= 2.2.0)
39
- railties (~> 3.1.0)
40
- coffee-script (2.2.0)
41
- coffee-script-source
42
- execjs
43
- coffee-script-source (1.2.0)
44
- erubis (2.7.0)
45
- execjs (1.3.0)
46
- multi_json (~> 1.0)
47
- hike (1.2.1)
48
- i18n (0.6.0)
49
- jquery-rails (1.0.19)
50
- railties (~> 3.0)
51
- thor (~> 0.14)
52
- json (1.6.6)
53
- mail (2.3.3)
54
- i18n (>= 0.4.0)
55
- mime-types (~> 1.16)
56
- treetop (~> 1.4.8)
57
- mime-types (1.18)
58
- minitest (2.11.4)
59
- multi_json (1.2.0)
60
- polyglot (0.3.3)
61
- rack (1.3.6)
62
- rack-cache (1.0.3)
63
- rack (>= 0.4)
64
- rack-mount (0.8.3)
65
- rack (>= 1.0.0)
66
- rack-ssl (1.3.2)
67
- rack
68
- rack-test (0.6.1)
69
- rack (>= 1.0)
70
- rails (3.1.0)
71
- actionmailer (= 3.1.0)
72
- actionpack (= 3.1.0)
73
- activerecord (= 3.1.0)
74
- activeresource (= 3.1.0)
75
- activesupport (= 3.1.0)
76
- bundler (~> 1.0)
77
- railties (= 3.1.0)
78
- railties (3.1.0)
79
- actionpack (= 3.1.0)
80
- activesupport (= 3.1.0)
81
- rack-ssl (~> 1.3.2)
82
- rake (>= 0.8.7)
83
- rdoc (~> 3.4)
84
- thor (~> 0.14.6)
85
- rake (0.9.2.2)
86
- rdoc (3.12)
87
- json (~> 1.4)
88
- sass (3.1.15)
89
- sass-rails (3.1.6)
90
- actionpack (~> 3.1.0)
91
- railties (~> 3.1.0)
92
- sass (>= 3.1.10)
93
- tilt (~> 1.3.2)
94
- sprockets (2.0.3)
95
- hike (~> 1.2)
96
- rack (~> 1.0)
97
- tilt (~> 1.1, != 1.3.0)
98
- sqlite3 (1.3.5)
99
- thor (0.14.6)
100
- tilt (1.3.3)
101
- treetop (1.4.10)
102
- polyglot
103
- polyglot (>= 0.3.1)
104
- turn (0.9.4)
105
- ansi
106
- tzinfo (0.3.32)
107
- uglifier (1.2.3)
108
- execjs (>= 0.3.0)
109
- multi_json (>= 1.0.2)
110
-
111
- PLATFORMS
112
- ruby
113
-
114
- DEPENDENCIES
115
- coffee-rails (~> 3.1.0)
116
- jquery-rails
117
- minitest
118
- rails (= 3.1.0)
119
- sass-rails (~> 3.1.0)
120
- sqlite3
121
- turn
122
- uglifier
@@ -1,261 +0,0 @@
1
- == Welcome to Rails
2
-
3
- Rails is a web-application framework that includes everything needed to create
4
- database-backed web applications according to the Model-View-Control pattern.
5
-
6
- This pattern splits the view (also called the presentation) into "dumb"
7
- templates that are primarily responsible for inserting pre-built data in between
8
- HTML tags. The model contains the "smart" domain objects (such as Account,
9
- Product, Person, Post) that holds all the business logic and knows how to
10
- persist themselves to a database. The controller handles the incoming requests
11
- (such as Save New Account, Update Product, Show Post) by manipulating the model
12
- and directing data to the view.
13
-
14
- In Rails, the model is handled by what's called an object-relational mapping
15
- layer entitled Active Record. This layer allows you to present the data from
16
- database rows as objects and embellish these data objects with business logic
17
- methods. You can read more about Active Record in
18
- link:files/vendor/rails/activerecord/README.html.
19
-
20
- The controller and view are handled by the Action Pack, which handles both
21
- layers by its two parts: Action View and Action Controller. These two layers
22
- are bundled in a single package due to their heavy interdependence. This is
23
- unlike the relationship between the Active Record and Action Pack that is much
24
- more separate. Each of these packages can be used independently outside of
25
- Rails. You can read more about Action Pack in
26
- link:files/vendor/rails/actionpack/README.html.
27
-
28
-
29
- == Getting Started
30
-
31
- 1. At the command prompt, create a new Rails application:
32
- <tt>rails new myapp</tt> (where <tt>myapp</tt> is the application name)
33
-
34
- 2. Change directory to <tt>myapp</tt> and start the web server:
35
- <tt>cd myapp; rails server</tt> (run with --help for options)
36
-
37
- 3. Go to http://localhost:3000/ and you'll see:
38
- "Welcome aboard: You're riding Ruby on Rails!"
39
-
40
- 4. Follow the guidelines to start developing your application. You can find
41
- the following resources handy:
42
-
43
- * The Getting Started Guide: http://guides.rubyonrails.org/getting_started.html
44
- * Ruby on Rails Tutorial Book: http://www.railstutorial.org/
45
-
46
-
47
- == Debugging Rails
48
-
49
- Sometimes your application goes wrong. Fortunately there are a lot of tools that
50
- will help you debug it and get it back on the rails.
51
-
52
- First area to check is the application log files. Have "tail -f" commands
53
- running on the server.log and development.log. Rails will automatically display
54
- debugging and runtime information to these files. Debugging info will also be
55
- shown in the browser on requests from 127.0.0.1.
56
-
57
- You can also log your own messages directly into the log file from your code
58
- using the Ruby logger class from inside your controllers. Example:
59
-
60
- class WeblogController < ActionController::Base
61
- def destroy
62
- @weblog = Weblog.find(params[:id])
63
- @weblog.destroy
64
- logger.info("#{Time.now} Destroyed Weblog ID ##{@weblog.id}!")
65
- end
66
- end
67
-
68
- The result will be a message in your log file along the lines of:
69
-
70
- Mon Oct 08 14:22:29 +1000 2007 Destroyed Weblog ID #1!
71
-
72
- More information on how to use the logger is at http://www.ruby-doc.org/core/
73
-
74
- Also, Ruby documentation can be found at http://www.ruby-lang.org/. There are
75
- several books available online as well:
76
-
77
- * Programming Ruby: http://www.ruby-doc.org/docs/ProgrammingRuby/ (Pickaxe)
78
- * Learn to Program: http://pine.fm/LearnToProgram/ (a beginners guide)
79
-
80
- These two books will bring you up to speed on the Ruby language and also on
81
- programming in general.
82
-
83
-
84
- == Debugger
85
-
86
- Debugger support is available through the debugger command when you start your
87
- Mongrel or WEBrick server with --debugger. This means that you can break out of
88
- execution at any point in the code, investigate and change the model, and then,
89
- resume execution! You need to install ruby-debug to run the server in debugging
90
- mode. With gems, use <tt>sudo gem install ruby-debug</tt>. Example:
91
-
92
- class WeblogController < ActionController::Base
93
- def index
94
- @posts = Post.all
95
- debugger
96
- end
97
- end
98
-
99
- So the controller will accept the action, run the first line, then present you
100
- with a IRB prompt in the server window. Here you can do things like:
101
-
102
- >> @posts.inspect
103
- => "[#<Post:0x14a6be8
104
- @attributes={"title"=>nil, "body"=>nil, "id"=>"1"}>,
105
- #<Post:0x14a6620
106
- @attributes={"title"=>"Rails", "body"=>"Only ten..", "id"=>"2"}>]"
107
- >> @posts.first.title = "hello from a debugger"
108
- => "hello from a debugger"
109
-
110
- ...and even better, you can examine how your runtime objects actually work:
111
-
112
- >> f = @posts.first
113
- => #<Post:0x13630c4 @attributes={"title"=>nil, "body"=>nil, "id"=>"1"}>
114
- >> f.
115
- Display all 152 possibilities? (y or n)
116
-
117
- Finally, when you're ready to resume execution, you can enter "cont".
118
-
119
-
120
- == Console
121
-
122
- The console is a Ruby shell, which allows you to interact with your
123
- application's domain model. Here you'll have all parts of the application
124
- configured, just like it is when the application is running. You can inspect
125
- domain models, change values, and save to the database. Starting the script
126
- without arguments will launch it in the development environment.
127
-
128
- To start the console, run <tt>rails console</tt> from the application
129
- directory.
130
-
131
- Options:
132
-
133
- * Passing the <tt>-s, --sandbox</tt> argument will rollback any modifications
134
- made to the database.
135
- * Passing an environment name as an argument will load the corresponding
136
- environment. Example: <tt>rails console production</tt>.
137
-
138
- To reload your controllers and models after launching the console run
139
- <tt>reload!</tt>
140
-
141
- More information about irb can be found at:
142
- link:http://www.rubycentral.org/pickaxe/irb.html
143
-
144
-
145
- == dbconsole
146
-
147
- You can go to the command line of your database directly through <tt>rails
148
- dbconsole</tt>. You would be connected to the database with the credentials
149
- defined in database.yml. Starting the script without arguments will connect you
150
- to the development database. Passing an argument will connect you to a different
151
- database, like <tt>rails dbconsole production</tt>. Currently works for MySQL,
152
- PostgreSQL and SQLite 3.
153
-
154
- == Description of Contents
155
-
156
- The default directory structure of a generated Ruby on Rails application:
157
-
158
- |-- app
159
- | |-- assets
160
- | |-- images
161
- | |-- javascripts
162
- | `-- stylesheets
163
- | |-- controllers
164
- | |-- helpers
165
- | |-- mailers
166
- | |-- models
167
- | `-- views
168
- | `-- layouts
169
- |-- config
170
- | |-- environments
171
- | |-- initializers
172
- | `-- locales
173
- |-- db
174
- |-- doc
175
- |-- lib
176
- | `-- tasks
177
- |-- log
178
- |-- public
179
- |-- script
180
- |-- test
181
- | |-- fixtures
182
- | |-- functional
183
- | |-- integration
184
- | |-- performance
185
- | `-- unit
186
- |-- tmp
187
- | |-- cache
188
- | |-- pids
189
- | |-- sessions
190
- | `-- sockets
191
- `-- vendor
192
- |-- assets
193
- `-- stylesheets
194
- `-- plugins
195
-
196
- app
197
- Holds all the code that's specific to this particular application.
198
-
199
- app/assets
200
- Contains subdirectories for images, stylesheets, and JavaScript files.
201
-
202
- app/controllers
203
- Holds controllers that should be named like weblogs_controller.rb for
204
- automated URL mapping. All controllers should descend from
205
- ApplicationController which itself descends from ActionController::Base.
206
-
207
- app/models
208
- Holds models that should be named like post.rb. Models descend from
209
- ActiveRecord::Base by default.
210
-
211
- app/views
212
- Holds the template files for the view that should be named like
213
- weblogs/index.html.erb for the WeblogsController#index action. All views use
214
- eRuby syntax by default.
215
-
216
- app/views/layouts
217
- Holds the template files for layouts to be used with views. This models the
218
- common header/footer method of wrapping views. In your views, define a layout
219
- using the <tt>layout :default</tt> and create a file named default.html.erb.
220
- Inside default.html.erb, call <% yield %> to render the view using this
221
- layout.
222
-
223
- app/helpers
224
- Holds view helpers that should be named like weblogs_helper.rb. These are
225
- generated for you automatically when using generators for controllers.
226
- Helpers can be used to wrap functionality for your views into methods.
227
-
228
- config
229
- Configuration files for the Rails environment, the routing map, the database,
230
- and other dependencies.
231
-
232
- db
233
- Contains the database schema in schema.rb. db/migrate contains all the
234
- sequence of Migrations for your schema.
235
-
236
- doc
237
- This directory is where your application documentation will be stored when
238
- generated using <tt>rake doc:app</tt>
239
-
240
- lib
241
- Application specific libraries. Basically, any kind of custom code that
242
- doesn't belong under controllers, models, or helpers. This directory is in
243
- the load path.
244
-
245
- public
246
- The directory available for the web server. Also contains the dispatchers and the
247
- default HTML files. This should be set as the DOCUMENT_ROOT of your web
248
- server.
249
-
250
- script
251
- Helper scripts for automation and generation.
252
-
253
- test
254
- Unit and functional tests along with fixtures. When using the rails generate
255
- command, template test files will be generated for you and placed in this
256
- directory.
257
-
258
- vendor
259
- External libraries that the application depends on. Also includes the plugins
260
- subdirectory. If the app has frozen rails, those gems also go here, under
261
- vendor/rails/. This directory is in the load path.
@@ -1,7 +0,0 @@
1
- #!/usr/bin/env rake
2
- # Add your own tasks in files placed in lib/tasks ending in .rake,
3
- # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
4
-
5
- require File.expand_path('../config/application', __FILE__)
6
-
7
- RailsApp::Application.load_tasks
@@ -1,9 +0,0 @@
1
- // This is a manifest file that'll be compiled into including all the files listed below.
2
- // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
3
- // be included in the compiled file accessible from http://example.com/assets/application.js
4
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
5
- // the compiled file.
6
- //
7
- //= require jquery
8
- //= require jquery_ujs
9
- //= require_tree .
@@ -1,7 +0,0 @@
1
- /*
2
- * This is a manifest file that'll automatically include all the stylesheets available in this directory
3
- * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
4
- * the top of the compiled file, but it's generally better to create a new file per style scope.
5
- *= require_self
6
- *= require_tree .
7
- */
@@ -1,3 +0,0 @@
1
- class ApplicationController < ActionController::Base
2
- protect_from_forgery
3
- end
@@ -1,2 +0,0 @@
1
- module ApplicationHelper
2
- end
File without changes
File without changes
@@ -1,14 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>RailsApp</title>
5
- <%= stylesheet_link_tag "application" %>
6
- <%= javascript_include_tag "application" %>
7
- <%= csrf_meta_tags %>
8
- </head>
9
- <body>
10
-
11
- <%= yield %>
12
-
13
- </body>
14
- </html>
@@ -1,5 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new mime types for use in respond_to blocks:
4
- # Mime::Type.register "text/richtext", :rtf
5
- # Mime::Type.register_alias "text/html", :iphone
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- RailsApp::Application.config.session_store :cookie_store, key: '_rails_app_session'
4
-
5
- # Use the database for sessions instead of the cookie-based default,
6
- # which shouldn't be used to store highly confidential information
7
- # (create the session table with "rails generate session_migration")
8
- # RailsApp::Application.config.session_store :active_record_store
@@ -1,14 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
- #
3
- # This file contains settings for ActionController::ParamsWrapper which
4
- # is enabled by default.
5
-
6
- # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
- ActiveSupport.on_load(:action_controller) do
8
- wrap_parameters format: [:json]
9
- end
10
-
11
- # Disable root element in JSON by default.
12
- ActiveSupport.on_load(:active_record) do
13
- self.include_root_in_json = false
14
- end
@@ -1,5 +0,0 @@
1
- # Sample localization file for English. Add more files in this directory for other locales.
2
- # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3
-
4
- en:
5
- hello: "Hello world"
@@ -1,4 +0,0 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
- require ::File.expand_path('../config/environment', __FILE__)
4
- run RailsApp::Application
@@ -1,7 +0,0 @@
1
- # This file should contain all the record creation needed to seed the database with its default values.
2
- # The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
3
- #
4
- # Examples:
5
- #
6
- # cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
7
- # Mayor.create(name: 'Emanuel', city: cities.first)