aslon_settings 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. data/.document +5 -0
  2. data/Gemfile +13 -0
  3. data/Gemfile.lock +20 -0
  4. data/{MIT-LICENSE → LICENSE.txt} +1 -1
  5. data/README.rdoc +17 -8
  6. data/Rakefile +43 -30
  7. data/VERSION +1 -0
  8. data/aslon_settings.gemspec +59 -0
  9. data/lib/aslon_settings.rb +0 -5
  10. data/test/helper.rb +18 -0
  11. data/test/test_aslon_settings.rb +7 -0
  12. metadata +47 -347
  13. data/app/controllers/admin/item_params_controller.rb +0 -5
  14. data/app/controllers/admin/params_controller.rb +0 -22
  15. data/app/helpers/application_helper.rb +0 -6
  16. data/app/helpers/cheese/widgets_helper.rb +0 -9
  17. data/app/models/admin/item_param.rb +0 -9
  18. data/app/models/admin/param.rb +0 -52
  19. data/app/views/admin/params/index.html.haml +0 -45
  20. data/app/views/layouts/cheese.html.erb +0 -12
  21. data/config/routes.rb +0 -17
  22. data/lib/application_helper.rb +0 -7
  23. data/lib/aslon_settings/engine.rb +0 -4
  24. data/lib/aslon_settings/version.rb +0 -3
  25. data/lib/engine.rb +0 -30
  26. data/lib/rails/generators/aslon_settings/aslon_settings_generator.rb +0 -80
  27. data/lib/rails/generators/aslon_settings/templates/initializer.rb +0 -8
  28. data/lib/rails/generators/aslon_settings/templates/migration_item_params.rb +0 -14
  29. data/lib/rails/generators/aslon_settings/templates/migration_params.rb +0 -13
  30. data/lib/rails/generators/aslon_settings/templates/schema.rb +0 -11
  31. data/lib/rails/generators/cheese/cheese_generator.rb +0 -76
  32. data/lib/rails/generators/cheese/templates/initializer.rb +0 -8
  33. data/lib/rails/generators/cheese/templates/migration.rb +0 -9
  34. data/lib/rails/generators/cheese/templates/schema.rb +0 -11
  35. data/lib/rails/railties/tasks.rake +0 -8
  36. data/lib/tasks/aslon_settings_tasks.rake +0 -4
  37. data/test/dummy/README.rdoc +0 -261
  38. data/test/dummy/Rakefile +0 -7
  39. data/test/dummy/app/assets/javascripts/application.js +0 -15
  40. data/test/dummy/app/assets/stylesheets/application.css +0 -13
  41. data/test/dummy/app/controllers/application_controller.rb +0 -3
  42. data/test/dummy/app/helpers/application_helper.rb +0 -2
  43. data/test/dummy/app/views/layouts/application.html.erb +0 -14
  44. data/test/dummy/config/application.rb +0 -56
  45. data/test/dummy/config/boot.rb +0 -10
  46. data/test/dummy/config/database.yml +0 -25
  47. data/test/dummy/config/environment.rb +0 -5
  48. data/test/dummy/config/environments/development.rb +0 -37
  49. data/test/dummy/config/environments/production.rb +0 -67
  50. data/test/dummy/config/environments/test.rb +0 -37
  51. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  52. data/test/dummy/config/initializers/inflections.rb +0 -15
  53. data/test/dummy/config/initializers/mime_types.rb +0 -5
  54. data/test/dummy/config/initializers/secret_token.rb +0 -7
  55. data/test/dummy/config/initializers/session_store.rb +0 -8
  56. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  57. data/test/dummy/config/locales/en.yml +0 -5
  58. data/test/dummy/config/routes.rb +0 -58
  59. data/test/dummy/config.ru +0 -4
  60. data/test/dummy/db/development.sqlite3 +0 -0
  61. data/test/dummy/db/migrate/20120128163432_create_admin_params.rb +0 -13
  62. data/test/dummy/db/migrate/20120128163433_create_admin_item_params.rb +0 -14
  63. data/test/dummy/db/schema.rb +0 -32
  64. data/test/dummy/db/test.sqlite3 +0 -0
  65. data/test/dummy/log/development.log +0 -3609
  66. data/test/dummy/log/test.log +0 -3422
  67. data/test/dummy/public/404.html +0 -26
  68. data/test/dummy/public/422.html +0 -26
  69. data/test/dummy/public/500.html +0 -25
  70. data/test/dummy/public/favicon.ico +0 -0
  71. data/test/dummy/script/rails +0 -6
  72. data/test/dummy/tmp/cache/assets/BCC/5B0/sprockets%2F5733f8e767312480746703524a418a79 +0 -0
  73. data/test/dummy/tmp/cache/assets/C53/630/sprockets%2F6a49c58413f067103663396cfc14733e +0 -0
  74. data/test/dummy/tmp/cache/assets/C59/3B0/sprockets%2Fa0246c6545e9e2991b6442d44d449626 +0 -0
  75. data/test/dummy/tmp/cache/assets/C59/DF0/sprockets%2F342cb85814c1e5d19119d51977379b53 +0 -0
  76. data/test/dummy/tmp/cache/assets/C5E/F10/sprockets%2F814724e31d051857764098acd739e6d5 +0 -0
  77. data/test/dummy/tmp/cache/assets/C60/F30/sprockets%2F4dc5199e56b935351116cc33e4379849 +0 -0
  78. data/test/dummy/tmp/cache/assets/C61/700/sprockets%2F6015973875742d7f9e90171c57c2ae28 +0 -0
  79. data/test/dummy/tmp/cache/assets/C74/BB0/sprockets%2Fb6447d142b38d02c26f71500535d6d91 +0 -0
  80. data/test/dummy/tmp/cache/assets/C79/090/sprockets%2F24581eb40f651726790979541a1a2abb +0 -0
  81. data/test/dummy/tmp/cache/assets/C79/600/sprockets%2F2a1471848208108cd93b0a0738b587bf +0 -0
  82. data/test/dummy/tmp/cache/assets/C91/E30/sprockets%2Fea26943bf7641666101879dc786c86b2 +0 -0
  83. data/test/dummy/tmp/cache/assets/C94/CB0/sprockets%2F9f5ac35951919094728289ae14b73b9c +0 -0
  84. data/test/dummy/tmp/cache/assets/C97/A90/sprockets%2Fa1245c33577047a7ca2a00f72c1402f9 +0 -0
  85. data/test/dummy/tmp/cache/assets/CA3/800/sprockets%2F057b5edb0602187ade51967da2071408 +0 -0
  86. data/test/dummy/tmp/cache/assets/CBA/6E0/sprockets%2F595448091f8f54fca0d7ae49583c5310 +0 -0
  87. data/test/dummy/tmp/cache/assets/CBC/9B0/sprockets%2F631fe91cf4327942178ac36d639c8e51 +0 -0
  88. data/test/dummy/tmp/cache/assets/CC0/4D0/sprockets%2Fcb0998c3697403b7ead2803674f95b74 +0 -0
  89. data/test/dummy/tmp/cache/assets/CC6/AE0/sprockets%2Ff89f761707147589b5f47f022ca719fb +0 -0
  90. data/test/dummy/tmp/cache/assets/CC9/DA0/sprockets%2Fe441ca6004a01e2596a43ad83011fd88 +0 -0
  91. data/test/dummy/tmp/cache/assets/CCC/730/sprockets%2F5e2beef6c5d6331c1c47045980211b10 +0 -0
  92. data/test/dummy/tmp/cache/assets/CD0/DF0/sprockets%2Fc65f18995be46964904cefc5661c7288 +0 -0
  93. data/test/dummy/tmp/cache/assets/CD8/290/sprockets%2F408d7e3616ddd0cb440661e1e280693c +0 -0
  94. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  95. data/test/dummy/tmp/cache/assets/CD8/5B0/sprockets%2F88a74a314bafd6d21502193861cf67b2 +0 -0
  96. data/test/dummy/tmp/cache/assets/CDD/BD0/sprockets%2F1f47d7fc1332433150329165eece89cb +0 -0
  97. data/test/dummy/tmp/cache/assets/CE0/D00/sprockets%2Fbf6837369cd8cc10b0c7094b5604833d +0 -0
  98. data/test/dummy/tmp/cache/assets/CE6/620/sprockets%2Fa2981ce627d772ce0667751e453cba56 +0 -0
  99. data/test/dummy/tmp/cache/assets/CE6/FA0/sprockets%2F9b230a89231cfc0d276e598a48a969b0 +0 -0
  100. data/test/dummy/tmp/cache/assets/CF1/BC0/sprockets%2F479625960d61fdd20258eaff88c8632c +0 -0
  101. data/test/dummy/tmp/cache/assets/CFF/E60/sprockets%2Fa58238c280f20ab01f8b3514efc0e942 +0 -0
  102. data/test/dummy/tmp/cache/assets/D07/0B0/sprockets%2F8846cf8fbc635e7685179de8ed307577 +0 -0
  103. data/test/dummy/tmp/cache/assets/D08/670/sprockets%2F0875ba65d176c4c921e8b41a29bba508 +0 -0
  104. data/test/dummy/tmp/cache/assets/D0D/B80/sprockets%2Ff383023599ae3d35e361bd1d601f9fd2 +0 -0
  105. data/test/dummy/tmp/cache/assets/D10/580/sprockets%2F3a7f29575b8c1ea452f12859e4a7e11a +0 -0
  106. data/test/dummy/tmp/cache/assets/D1A/8D0/sprockets%2F734d455592e882d777f6af3ad3db5c11 +0 -0
  107. data/test/dummy/tmp/cache/assets/D1C/280/sprockets%2F2a9d99e40082e8e521e1e206e8afd598 +0 -0
  108. data/test/dummy/tmp/cache/assets/D1C/410/sprockets%2F890b33359c9617a577e5d9b40dcb77ac +0 -0
  109. data/test/dummy/tmp/cache/assets/D1F/1C0/sprockets%2F5649c4e4276905e7b29ed45aef514f5b +0 -0
  110. data/test/dummy/tmp/cache/assets/D27/7B0/sprockets%2F630e81aa5cbe5b2ea53a17743026ca54 +0 -0
  111. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  112. data/test/dummy/tmp/cache/assets/D32/D40/sprockets%2Fd111de3c2f7e42b071bff7a24d339931 +0 -0
  113. data/test/dummy/tmp/cache/assets/D36/970/sprockets%2Fb07457f5ec830e520174fad32e0af2d9 +0 -0
  114. data/test/dummy/tmp/cache/assets/D3C/850/sprockets%2F43ab7221d4e97f1a86bd2435933adc9c +0 -0
  115. data/test/dummy/tmp/cache/assets/D41/0D0/sprockets%2Fa3c38dacc196f180cba954870e44628e +0 -0
  116. data/test/dummy/tmp/cache/assets/D41/F90/sprockets%2F12881439ec81bc064ce5a88fa8cf2f21 +0 -0
  117. data/test/dummy/tmp/cache/assets/D43/BC0/sprockets%2F9722bc7a9a5a623cf3f75a2b89f070d6 +0 -0
  118. data/test/dummy/tmp/cache/assets/D4D/170/sprockets%2F9e0a7b35a8f612883e67094da63fd9db +0 -0
  119. data/test/dummy/tmp/cache/assets/D4D/770/sprockets%2F7ca933ff93149917e6d5dbdd67a3156a +0 -0
  120. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  121. data/test/dummy/tmp/cache/assets/D4F/010/sprockets%2Febb866a0ac284099087ca72688f7dcb9 +0 -0
  122. data/test/dummy/tmp/cache/assets/D58/920/sprockets%2F1604af936fd303cb22bfeba011f6067d +0 -0
  123. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  124. data/test/dummy/tmp/cache/assets/D5D/2D0/sprockets%2Fbc905eabf18385a476a20b6b630aa8a4 +0 -0
  125. data/test/dummy/tmp/cache/assets/D61/5B0/sprockets%2F927f5f0b3f4cf533cfecb89565988c78 +0 -0
  126. data/test/dummy/tmp/cache/assets/D65/200/sprockets%2Fa8bc058c965524ae051b9bb2af15d71f +0 -0
  127. data/test/dummy/tmp/cache/assets/D67/FB0/sprockets%2Fe3f94f2aca977fb0b583c6aa06232b08 +0 -0
  128. data/test/dummy/tmp/cache/assets/D6A/950/sprockets%2F3d4057d5bf3b4cd89542b1b2d3cff382 +0 -0
  129. data/test/dummy/tmp/cache/assets/D6E/3B0/sprockets%2F30777d43ead4cbe66ef0c40722c36e7f +0 -0
  130. data/test/dummy/tmp/cache/assets/D70/2D0/sprockets%2Ff5e345ffe14efbf923ba212a82565d91 +0 -0
  131. data/test/dummy/tmp/cache/assets/D70/590/sprockets%2F702ab96efc4eb4372857ea6d70a0c8d5 +0 -0
  132. data/test/dummy/tmp/cache/assets/D71/660/sprockets%2Fafe829133de1f4bb9799d613b1dba265 +0 -0
  133. data/test/dummy/tmp/cache/assets/D77/620/sprockets%2F170c6779fd2bd851eca6f1f7ed70870a +0 -0
  134. data/test/dummy/tmp/cache/assets/D7E/890/sprockets%2F1658f11cee60c9ee6e56b5dd0a9b3889 +0 -0
  135. data/test/dummy/tmp/cache/assets/D84/A90/sprockets%2Fd55887590d383f99d31cdfe6ae4d6da2 +0 -0
  136. data/test/dummy/tmp/cache/assets/D8B/BB0/sprockets%2Fe4548c2bded4c9f0655f49e45884d9fc +0 -0
  137. data/test/dummy/tmp/cache/assets/D91/E50/sprockets%2Fc9ec4aa8b2e302ca0612df7f0e8741e3 +0 -0
  138. data/test/dummy/tmp/cache/assets/D96/1B0/sprockets%2F54666ddd8b4ae20d1ba66e2bed85800b +0 -0
  139. data/test/dummy/tmp/cache/assets/D9A/730/sprockets%2Fbd03a9e4fb00b66a8ec6c39a360c96d6 +0 -0
  140. data/test/dummy/tmp/cache/assets/D9B/980/sprockets%2Fd04af0b6c9e95da413ad3229a989db5a +0 -0
  141. data/test/dummy/tmp/cache/assets/D9E/E60/sprockets%2Fbae9ec3bb9d6de1ec055fe8017209904 +0 -0
  142. data/test/dummy/tmp/cache/assets/DA8/C70/sprockets%2Fcd5d26f674c131dca89c92ac8a2f89b6 +0 -0
  143. data/test/dummy/tmp/cache/assets/DB6/FD0/sprockets%2F0683a6080b0eeaacf913f0ca4f0d5bc4 +0 -0
  144. data/test/dummy/tmp/cache/assets/DB7/E70/sprockets%2Fc59a9f5f8e74cf3ae75558bd08b7e45b +0 -0
  145. data/test/dummy/tmp/cache/assets/DCC/0C0/sprockets%2Fd32e3d754d680e0cd46badceb6d1f908 +0 -0
  146. data/test/dummy/tmp/cache/assets/DCD/5A0/sprockets%2F721f3fe33f410ca6febea71747af4af9 +0 -0
  147. data/test/dummy/tmp/cache/assets/DCD/F30/sprockets%2Fb6119edfb9d35da21df95076cd7fca21 +0 -0
  148. data/test/dummy/tmp/cache/assets/DCF/000/sprockets%2Fe0d33c959d2bee12d9dea3b2c39f509d +0 -0
  149. data/test/dummy/tmp/cache/assets/DD5/820/sprockets%2F43f5f16e45c0998ad71dc4bba79a8eac +0 -0
  150. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  151. data/test/dummy/tmp/cache/assets/DDD/9D0/sprockets%2Fc6e9db72ebedd8fdbd460016885fe608 +0 -0
  152. data/test/dummy/tmp/cache/assets/DE1/EE0/sprockets%2Fbde37f745f02f174dc98683cde69abcf +0 -0
  153. data/test/dummy/tmp/cache/assets/DE6/A90/sprockets%2Fbd9bd6a80dc4dc0930005072bebfaaf3 +0 -0
  154. data/test/dummy/tmp/cache/assets/DED/D10/sprockets%2Fb6043519fdd267af2933f1bcecb0abbc +0 -0
  155. data/test/dummy/tmp/cache/assets/DEF/A30/sprockets%2F821b3fabf05f7b057f6cbc1ba4c706ec +0 -0
  156. data/test/dummy/tmp/cache/assets/DF6/690/sprockets%2F66e59dbb54d1fb6d520cbddb815ba83a +0 -0
  157. data/test/dummy/tmp/cache/assets/DFA/230/sprockets%2F71b015bf3bdc9eaf63991a4a5e2d3dff +0 -0
  158. data/test/dummy/tmp/cache/assets/DFD/3D0/sprockets%2Fee2052df475f6b5e0addf8ff6404a3eb +0 -0
  159. data/test/dummy/tmp/cache/assets/DFD/900/sprockets%2F4c4a9a9c79c13ebc75d9eafdcc3311a6 +0 -0
  160. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  161. data/test/dummy/tmp/cache/assets/E23/5E0/sprockets%2F21cf86c525a97f28ac24abfebaa80fba +0 -0
  162. data/test/dummy/tmp/cache/assets/E51/FD0/sprockets%2F2e6f5b182b37f318d0d0a3cadeaebfef +0 -0
  163. data/test/dummy/tmp/cache/assets/E61/D10/sprockets%2Feaae3ade8634a2a0e7f8e07c9b35ffef +0 -0
  164. data/test/dummy/tmp/cache/assets/E92/410/sprockets%2Ff71cd6fd3f9aa76a65ee4abcdf38ad2d +0 -0
  165. data/test/generator/aslon_settings_generator_test.rb +0 -16
  166. data/test/integration/navigation_test.rb +0 -21
  167. data/test/test_helper.rb +0 -13
  168. data/test/tmp/db/migrate/20130207165600_create_admin_params.rb +0 -13
  169. data/test/tmp/db/migrate/20130207165601_create_admin_item_params.rb +0 -14
  170. data/test/unit/aslon_settings_test.rb +0 -21
@@ -1,3 +0,0 @@
1
- module AslonSettings
2
- VERSION = "0.0.2"
3
- end
data/lib/engine.rb DELETED
@@ -1,30 +0,0 @@
1
- require 'aslon_settings'
2
- require 'rails'
3
- require 'action_controller'
4
- require 'application_helper'
5
-
6
- module AslonSettings
7
- class Engine < Rails::Engine
8
-
9
- # Config defaults
10
- config.widget_factory_name = "default factory name"
11
- config.mount_at = '/'
12
-
13
- # Load rake tasks
14
- rake_tasks do
15
- load File.join(File.dirname(__FILE__), 'rails/railties/tasks.rake')
16
- end
17
-
18
- # Check the gem config
19
- initializer "check config" do |app|
20
-
21
- # make sure mount_at ends with trailing slash
22
- config.mount_at += '/' unless config.mount_at.last == '/'
23
- end
24
-
25
- initializer "static assets" do |app|
26
- app.middleware.use ::ActionDispatch::Static, "#{root}/public"
27
- end
28
-
29
- end
30
- end
@@ -1,80 +0,0 @@
1
- require 'rails/generators'
2
- require 'rails/generators/migration'
3
-
4
- class AslonSettingsGenerator < Rails::Generators::Base
5
- include Rails::Generators::Migration
6
-
7
- def self.source_root
8
- File.join(File.dirname(__FILE__), 'templates')
9
- end
10
- def self.next_migration_number(dirname) #:nodoc:
11
- next_migration_number = current_migration_number(dirname) + 1
12
- if ActiveRecord::Base.timestamped_migrations
13
- [Time.now.utc.strftime("%Y%m%d%H%M%S"), "%.14d" % next_migration_number].max
14
- else
15
- "%.3d" % next_migration_number
16
- end
17
- end
18
-
19
-
20
- def create_migration
21
- migration_template 'migration_params.rb', 'db/migrate/create_admin_params.rb'
22
- migration_template 'migration_item_params.rb', 'db/migrate/create_admin_item_params.rb'
23
- end
24
- # Every method that is declared below will be automatically executed when the generator is run
25
-
26
- #def create_migration_file
27
- # f = File.open File.join(File.dirname(__FILE__), 'templates', 'schema.rb')
28
- # schema = f.read; f.close
29
- #
30
- # schema.gsub!(/ActiveRecord::Schema.*\n/, '')
31
- # schema.gsub!(/^end\n*$/, '')
32
- #
33
- # f = File.open File.join(File.dirname(__FILE__), 'templates', 'migration.rb')
34
- # migration = f.read; f.close
35
- # migration.gsub!(/SCHEMA_AUTO_INSERTED_HERE/, schema)
36
- #
37
- # tmp = File.open "tmp/~migration_ready.rb", "w"
38
- # tmp.write migration
39
- # tmp.close
40
- #
41
- # migration_template '../../../tmp/~migration_ready.rb',
42
- # 'db/migrate/create_admin_params.rb'
43
- # remove_file 'tmp/~migration_ready.rb'
44
- #end
45
-
46
- #def copy_initializer_file
47
- # copy_file 'initializer.rb', 'config/initializers/cheese.rb'
48
- #end
49
-
50
- #def update_application_template
51
- # f = File.open "app/views/layouts/application.html.erb"
52
- # layout = f.read; f.close
53
- #
54
- # if layout =~ /<%=[ ]+yield[ ]+%>/
55
- # print " \e[1m\e[34mquestion\e[0m Your layouts/application.html.erb layout currently has the line <%= yield %>. This gem needs to change this line to <%= content_for?(:content) ? yield(:content) : yield %> to support its nested layouts. This change should not affect any of your existing layouts or views. Is this okay? [y/n] "
56
- # begin
57
- # answer = gets.chomp
58
- # end while not answer =~ /[yn]/i
59
- #
60
- # if answer =~ /y/i
61
- #
62
- # layout.gsub!(/<%=[ ]+yield[ ]+%>/, '<%= content_for?(:content) ? yield(:content) : yield %>')
63
- #
64
- # tmp_real_path = File.expand_path("tmp/~application.html.erb")
65
- #
66
- # tmp = File.open tmp_real_path, "w"
67
- # tmp.write layout; tmp.close
68
- #
69
- # remove_file 'app/views/layouts/application.html.erb'
70
- # copy_file tmp_real_path, 'app/views/layouts/application.html.erb'
71
- # remove_file tmp_real_path
72
- # end
73
- # elsif layout =~ /<%=[ ]+content_for\?\(:content\) \? yield\(:content\) : yield[ ]+%>/
74
- # puts " \e[1m\e[33mskipping\e[0m layouts/application.html.erb modification is already done."
75
- # else
76
- # puts " \e[1m\e[31mconflict\e[0m The gem is confused by your layouts/application.html.erb. It does not contain the default line <%= yield %>, you may need to make manual changes to get this gem's nested layouts working. Visit ###### for details."
77
- # end
78
- #end
79
-
80
- end
@@ -1,8 +0,0 @@
1
- module AslonSettings
2
- class Engine < Rails::Engine
3
-
4
- config.mount_at = '/cheese'
5
- config.widget_factory_name = 'Factory Name'
6
-
7
- end
8
- end
@@ -1,14 +0,0 @@
1
- class CreateAdminItemParams < ActiveRecord::Migration
2
- def self.up
3
- create_table :admin_item_params do |t|
4
- t.string :name
5
- t.string :value
6
- t.integer :pos
7
- t.integer :param_id
8
- t.timestamps
9
- end
10
- end
11
- def self.down
12
- drop_table :admin_item_params
13
- end
14
- end
@@ -1,13 +0,0 @@
1
- class CreateAdminParams < ActiveRecord::Migration
2
- def self.up
3
- create_table :admin_params do |t|
4
- t.string :name
5
- t.integer :pos
6
- t.timestamps
7
- end
8
- end
9
-
10
- def self.down
11
- drop_table :admin_params
12
- end
13
- end
@@ -1,11 +0,0 @@
1
- ActiveRecord::Schema.define(:version => 0) do
2
-
3
- create_table :admin_params, :force => true do |t|
4
- t.string :name
5
- t.integer :pos
6
- t.timestamps
7
- end
8
-
9
- add_index :admin_params, [:name]
10
-
11
- end
@@ -1,76 +0,0 @@
1
- require 'rails/generators'
2
- require 'rails/generators/migration'
3
-
4
- class AslonSettingsGenerator < Rails::Generators::Base
5
- include Rails::Generators::Migration
6
-
7
- def self.source_root
8
- File.join(File.dirname(__FILE__), 'templates')
9
- end
10
-
11
- def self.next_migration_number(dirname) #:nodoc:
12
- if ActiveRecord::Base.timestamped_migrations
13
- Time.now.utc.strftime("%Y%m%d%H%M%S")
14
- else
15
- "%.3d" % (current_migration_number(dirname) + 1)
16
- end
17
- end
18
-
19
-
20
- # Every method that is declared below will be automatically executed when the generator is run
21
-
22
- def create_migration_file
23
- f = File.open File.join(File.dirname(__FILE__), 'templates', 'schema.rb')
24
- schema = f.read; f.close
25
-
26
- schema.gsub!(/ActiveRecord::Schema.*\n/, '')
27
- schema.gsub!(/^end\n*$/, '')
28
-
29
- f = File.open File.join(File.dirname(__FILE__), 'templates', 'migration.rb')
30
- migration = f.read; f.close
31
- migration.gsub!(/SCHEMA_AUTO_INSERTED_HERE/, schema)
32
-
33
- tmp = File.open "tmp/~migration_ready.rb", "w"
34
- tmp.write migration
35
- tmp.close
36
-
37
- migration_template '../../../tmp/~migration_ready.rb',
38
- 'db/migrate/create_cheese_tables.rb'
39
- remove_file 'tmp/~migration_ready.rb'
40
- end
41
-
42
- def copy_initializer_file
43
- copy_file 'initializer.rb', 'config/initializers/cheese.rb'
44
- end
45
-
46
- def update_application_template
47
- f = File.open "app/views/layouts/application.html.erb"
48
- layout = f.read; f.close
49
-
50
- if layout =~ /<%=[ ]+yield[ ]+%>/
51
- print " \e[1m\e[34mquestion\e[0m Your layouts/application.html.erb layout currently has the line <%= yield %>. This gem needs to change this line to <%= content_for?(:content) ? yield(:content) : yield %> to support its nested layouts. This change should not affect any of your existing layouts or views. Is this okay? [y/n] "
52
- begin
53
- answer = gets.chomp
54
- end while not answer =~ /[yn]/i
55
-
56
- if answer =~ /y/i
57
-
58
- layout.gsub!(/<%=[ ]+yield[ ]+%>/, '<%= content_for?(:content) ? yield(:content) : yield %>')
59
-
60
- tmp_real_path = File.expand_path("tmp/~application.html.erb")
61
-
62
- tmp = File.open tmp_real_path, "w"
63
- tmp.write layout; tmp.close
64
-
65
- remove_file 'app/views/layouts/application.html.erb'
66
- copy_file tmp_real_path, 'app/views/layouts/application.html.erb'
67
- remove_file tmp_real_path
68
- end
69
- elsif layout =~ /<%=[ ]+content_for\?\(:content\) \? yield\(:content\) : yield[ ]+%>/
70
- puts " \e[1m\e[33mskipping\e[0m layouts/application.html.erb modification is already done."
71
- else
72
- puts " \e[1m\e[31mconflict\e[0m The gem is confused by your layouts/application.html.erb. It does not contain the default line <%= yield %>, you may need to make manual changes to get this gem's nested layouts working. Visit ###### for details."
73
- end
74
- end
75
-
76
- end
@@ -1,8 +0,0 @@
1
- module Cheese
2
- class Engine < Rails::Engine
3
-
4
- config.mount_at = '/cheese'
5
- config.widget_factory_name = 'Factory Name'
6
-
7
- end
8
- end
@@ -1,9 +0,0 @@
1
- class CreateCheeseTables < ActiveRecord::Migration
2
- def self.up
3
- SCHEMA_AUTO_INSERTED_HERE
4
- end
5
-
6
- def self.down
7
- drop_table :cheese_widgets
8
- end
9
- end
@@ -1,11 +0,0 @@
1
- ActiveRecord::Schema.define(:version => 0) do
2
-
3
- create_table :cheese_widgets, :force => true do |t|
4
- t.string :title
5
- t.datetime :created_at
6
- t.datetime :updated_at
7
- end
8
-
9
- add_index :cheese_widgets, [:title]
10
-
11
- end
@@ -1,8 +0,0 @@
1
- namespace :cheese do
2
-
3
- desc "example gem rake task"
4
- task :report => :environment do
5
- puts "you just ran the example gem rake task"
6
- end
7
-
8
- end
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :aslon_settings do
3
- # # Task goes here
4
- # end
@@ -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.
data/test/dummy/Rakefile DELETED
@@ -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
- Dummy::Application.load_tasks
@@ -1,15 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // the compiled file.
9
- //
10
- // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
11
- // GO AFTER THE REQUIRES BELOW.
12
- //
13
- //= require jquery
14
- //= require jquery_ujs
15
- //= require_tree .
@@ -1,13 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the top of the
9
- * compiled file, but it's generally better to create a new file per style scope.
10
- *
11
- *= require_self
12
- *= require_tree .
13
- */
@@ -1,3 +0,0 @@
1
- class ApplicationController < ActionController::Base
2
- protect_from_forgery
3
- end
@@ -1,2 +0,0 @@
1
- module ApplicationHelper
2
- end
@@ -1,14 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Dummy</title>
5
- <%= stylesheet_link_tag "application", :media => "all" %>
6
- <%= javascript_include_tag "application" %>
7
- <%= csrf_meta_tags %>
8
- </head>
9
- <body>
10
-
11
- <%= yield %>
12
-
13
- </body>
14
- </html>
@@ -1,56 +0,0 @@
1
- require File.expand_path('../boot', __FILE__)
2
-
3
- require 'rails/all'
4
-
5
- Bundler.require
6
- require "aslon_settings"
7
-
8
- module Dummy
9
- class Application < Rails::Application
10
- # Settings in config/environments/* take precedence over those specified here.
11
- # Application configuration should go into files in config/initializers
12
- # -- all .rb files in that directory are automatically loaded.
13
-
14
- # Custom directories with classes and modules you want to be autoloadable.
15
- # config.autoload_paths += %W(#{config.root}/extras)
16
-
17
- # Only load the plugins named here, in the order given (default is alphabetical).
18
- # :all can be used as a placeholder for all plugins not explicitly named.
19
- # config.plugins = [ :exception_notification, :ssl_requirement, :all ]
20
-
21
- # Activate observers that should always be running.
22
- # config.active_record.observers = :cacher, :garbage_collector, :forum_observer
23
-
24
- # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
25
- # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
26
- # config.time_zone = 'Central Time (US & Canada)'
27
-
28
- # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
29
- # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
30
- # config.i18n.default_locale = :de
31
-
32
- # Configure the default encoding used in templates for Ruby 1.9.
33
- config.encoding = "utf-8"
34
-
35
- # Configure sensitive parameters which will be filtered from the log file.
36
- config.filter_parameters += [:password]
37
-
38
- # Use SQL instead of Active Record's schema dumper when creating the database.
39
- # This is necessary if your schema can't be completely dumped by the schema dumper,
40
- # like if you have constraints or database-specific column types
41
- # config.active_record.schema_format = :sql
42
-
43
- # Enforce whitelist mode for mass assignment.
44
- # This will create an empty whitelist of attributes available for mass-assignment for all models
45
- # in your app. As such, your models will need to explicitly whitelist or blacklist accessible
46
- # parameters by using an attr_accessible or attr_protected declaration.
47
- # config.active_record.whitelist_attributes = true
48
-
49
- # Enable the asset pipeline
50
- config.assets.enabled = true
51
-
52
- # Version of your assets, change this if you want to expire all your assets
53
- config.assets.version = '1.0'
54
- end
55
- end
56
-