errplane 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. data/.gitignore +3 -2
  2. data/README.md +21 -0
  3. data/errplane.gemspec +2 -2
  4. data/lib/errplane.rb +3 -1
  5. data/lib/errplane/rails.rb +0 -2
  6. data/lib/errplane/sinatra.rb +1 -1
  7. data/lib/errplane/version.rb +1 -1
  8. data/spec/spec_helper.rb +7 -9
  9. data/spec/support/rails2/app/controllers/application_controller.rb +4 -0
  10. data/spec/{rails2 → support/rails2}/app/controllers/widgets_controller.rb +0 -1
  11. data/spec/support/rails2/app/helpers/application_helper.rb +2 -0
  12. data/spec/support/rails2/app/helpers/widgets_helper.rb +2 -0
  13. data/spec/support/rails2/config/environment.rb +4 -0
  14. data/spec/{rails2 → support/rails2}/config/environments/test.rb +0 -0
  15. data/spec/support/rails2/config/initializers/cookie_verification_secret.rb +1 -0
  16. data/spec/{rails2 → support/rails2}/config/initializers/errplane.rb +0 -0
  17. data/spec/support/rails2/config/initializers/new_rails_defaults.rb +8 -0
  18. data/spec/support/rails2/config/initializers/session_store.rb +4 -0
  19. data/spec/{rails2 → support/rails2}/config/routes.rb +0 -0
  20. data/spec/{app/rails3.rb → support/rails3/app.rb} +0 -0
  21. metadata +29 -109
  22. data/gemfiles/Gemfile.rails-2.3.x.lock +0 -76
  23. data/gemfiles/Gemfile.rails-3.0.x.lock +0 -93
  24. data/gemfiles/Gemfile.rails-3.1.x.lock +0 -105
  25. data/gemfiles/Gemfile.rails-3.2.x.lock +0 -103
  26. data/spec/app/rails2.rb +0 -38
  27. data/spec/rails2/README +0 -243
  28. data/spec/rails2/Rakefile +0 -10
  29. data/spec/rails2/app/controllers/application_controller.rb +0 -10
  30. data/spec/rails2/app/helpers/application_helper.rb +0 -3
  31. data/spec/rails2/app/helpers/widgets_helper.rb +0 -1
  32. data/spec/rails2/config/boot.rb +0 -114
  33. data/spec/rails2/config/database.yml +0 -3
  34. data/spec/rails2/config/environment.rb +0 -33
  35. data/spec/rails2/config/environments/development.rb +0 -17
  36. data/spec/rails2/config/environments/production.rb +0 -28
  37. data/spec/rails2/config/initializers/backtrace_silencers.rb +0 -7
  38. data/spec/rails2/config/initializers/cookie_verification_secret.rb +0 -7
  39. data/spec/rails2/config/initializers/inflections.rb +0 -10
  40. data/spec/rails2/config/initializers/mime_types.rb +0 -5
  41. data/spec/rails2/config/initializers/new_rails_defaults.rb +0 -21
  42. data/spec/rails2/config/initializers/session_store.rb +0 -15
  43. data/spec/rails2/config/locales/en.yml +0 -5
  44. data/spec/rails2/lib/tasks/rspec.rake +0 -144
  45. data/spec/rails2/public/404.html +0 -30
  46. data/spec/rails2/public/422.html +0 -30
  47. data/spec/rails2/public/500.html +0 -30
  48. data/spec/rails2/public/favicon.ico +0 -0
  49. data/spec/rails2/public/images/rails.png +0 -0
  50. data/spec/rails2/public/index.html +0 -275
  51. data/spec/rails2/public/javascripts/application.js +0 -2
  52. data/spec/rails2/public/javascripts/controls.js +0 -963
  53. data/spec/rails2/public/javascripts/dragdrop.js +0 -973
  54. data/spec/rails2/public/javascripts/effects.js +0 -1128
  55. data/spec/rails2/public/javascripts/prototype.js +0 -4320
  56. data/spec/rails2/public/robots.txt +0 -5
  57. data/spec/rails2/script/about +0 -4
  58. data/spec/rails2/script/autospec +0 -6
  59. data/spec/rails2/script/console +0 -3
  60. data/spec/rails2/script/dbconsole +0 -3
  61. data/spec/rails2/script/destroy +0 -3
  62. data/spec/rails2/script/generate +0 -3
  63. data/spec/rails2/script/performance/benchmarker +0 -3
  64. data/spec/rails2/script/performance/profiler +0 -3
  65. data/spec/rails2/script/plugin +0 -3
  66. data/spec/rails2/script/runner +0 -3
  67. data/spec/rails2/script/server +0 -3
  68. data/spec/rails2/script/spec +0 -10
  69. data/spec/rails2/test/performance/browsing_test.rb +0 -9
  70. data/spec/rails2/test/test_helper.rb +0 -38
@@ -1,93 +0,0 @@
1
- PATH
2
- remote: /Users/todd/Projects/errplane/gem
3
- specs:
4
- errplane (0.4.2)
5
- json
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- abstract (1.0.0)
11
- actionpack (3.0.15)
12
- activemodel (= 3.0.15)
13
- activesupport (= 3.0.15)
14
- builder (~> 2.1.2)
15
- erubis (~> 2.6.6)
16
- i18n (~> 0.5.0)
17
- rack (~> 1.2.5)
18
- rack-mount (~> 0.6.14)
19
- rack-test (~> 0.5.7)
20
- tzinfo (~> 0.3.23)
21
- activemodel (3.0.15)
22
- activesupport (= 3.0.15)
23
- builder (~> 2.1.2)
24
- i18n (~> 0.5.0)
25
- activesupport (3.0.15)
26
- builder (2.1.2)
27
- diff-lcs (1.1.3)
28
- erubis (2.6.6)
29
- abstract (>= 1.0.0)
30
- fakeweb (1.3.0)
31
- ffi (1.1.4)
32
- guard (1.3.0)
33
- listen (>= 0.4.2)
34
- thor (>= 0.14.6)
35
- guard-rspec (1.2.1)
36
- guard (>= 1.1)
37
- i18n (0.5.0)
38
- json (1.7.3)
39
- listen (0.4.7)
40
- rb-fchange (~> 0.0.5)
41
- rb-fsevent (~> 0.9.1)
42
- rb-inotify (~> 0.8.8)
43
- rack (1.2.5)
44
- rack-mount (0.6.14)
45
- rack (>= 1.0.0)
46
- rack-test (0.5.7)
47
- rack (>= 1.0)
48
- railties (3.0.15)
49
- actionpack (= 3.0.15)
50
- activesupport (= 3.0.15)
51
- rake (>= 0.8.7)
52
- rdoc (~> 3.4)
53
- thor (~> 0.14.4)
54
- rake (0.9.2.2)
55
- rb-fchange (0.0.5)
56
- ffi
57
- rb-fsevent (0.9.1)
58
- rb-inotify (0.8.8)
59
- ffi (>= 0.5.0)
60
- rdoc (3.12)
61
- json (~> 1.4)
62
- rspec (2.11.0)
63
- rspec-core (~> 2.11.0)
64
- rspec-expectations (~> 2.11.0)
65
- rspec-mocks (~> 2.11.0)
66
- rspec-core (2.11.1)
67
- rspec-expectations (2.11.1)
68
- diff-lcs (~> 1.1.3)
69
- rspec-mocks (2.11.1)
70
- rspec-rails (2.11.0)
71
- actionpack (>= 3.0)
72
- activesupport (>= 3.0)
73
- railties (>= 3.0)
74
- rspec (~> 2.11.0)
75
- thor (0.14.6)
76
- tzinfo (0.3.33)
77
-
78
- PLATFORMS
79
- ruby
80
-
81
- DEPENDENCIES
82
- actionpack (~> 3.0.15)
83
- activesupport (~> 3.0.15)
84
- bundler (>= 1.0.0)
85
- errplane!
86
- fakeweb
87
- guard
88
- guard-rspec
89
- rake
90
- rdoc
91
- rspec
92
- rspec-rails (>= 2.0)
93
- tzinfo
@@ -1,105 +0,0 @@
1
- PATH
2
- remote: /Users/todd/Projects/errplane/gem
3
- specs:
4
- errplane (0.4.2)
5
- json
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- actionpack (3.1.6)
11
- activemodel (= 3.1.6)
12
- activesupport (= 3.1.6)
13
- builder (~> 3.0.0)
14
- erubis (~> 2.7.0)
15
- i18n (~> 0.6)
16
- rack (~> 1.3.6)
17
- rack-cache (~> 1.2)
18
- rack-mount (~> 0.8.2)
19
- rack-test (~> 0.6.1)
20
- sprockets (~> 2.0.4)
21
- activemodel (3.1.6)
22
- activesupport (= 3.1.6)
23
- builder (~> 3.0.0)
24
- i18n (~> 0.6)
25
- activesupport (3.1.6)
26
- multi_json (>= 1.0, < 1.3)
27
- builder (3.0.0)
28
- diff-lcs (1.1.3)
29
- erubis (2.7.0)
30
- fakeweb (1.3.0)
31
- ffi (1.1.4)
32
- guard (1.3.0)
33
- listen (>= 0.4.2)
34
- thor (>= 0.14.6)
35
- guard-rspec (1.2.1)
36
- guard (>= 1.1)
37
- hike (1.2.1)
38
- i18n (0.6.0)
39
- json (1.7.3)
40
- listen (0.4.7)
41
- rb-fchange (~> 0.0.5)
42
- rb-fsevent (~> 0.9.1)
43
- rb-inotify (~> 0.8.8)
44
- multi_json (1.2.0)
45
- rack (1.3.6)
46
- rack-cache (1.2)
47
- rack (>= 0.4)
48
- rack-mount (0.8.3)
49
- rack (>= 1.0.0)
50
- rack-ssl (1.3.2)
51
- rack
52
- rack-test (0.6.1)
53
- rack (>= 1.0)
54
- railties (3.1.6)
55
- actionpack (= 3.1.6)
56
- activesupport (= 3.1.6)
57
- rack-ssl (~> 1.3.2)
58
- rake (>= 0.8.7)
59
- rdoc (~> 3.4)
60
- thor (~> 0.14.6)
61
- rake (0.9.2.2)
62
- rb-fchange (0.0.5)
63
- ffi
64
- rb-fsevent (0.9.1)
65
- rb-inotify (0.8.8)
66
- ffi (>= 0.5.0)
67
- rdoc (3.12)
68
- json (~> 1.4)
69
- rspec (2.11.0)
70
- rspec-core (~> 2.11.0)
71
- rspec-expectations (~> 2.11.0)
72
- rspec-mocks (~> 2.11.0)
73
- rspec-core (2.11.1)
74
- rspec-expectations (2.11.1)
75
- diff-lcs (~> 1.1.3)
76
- rspec-mocks (2.11.1)
77
- rspec-rails (2.11.0)
78
- actionpack (>= 3.0)
79
- activesupport (>= 3.0)
80
- railties (>= 3.0)
81
- rspec (~> 2.11.0)
82
- sprockets (2.0.4)
83
- hike (~> 1.2)
84
- rack (~> 1.0)
85
- tilt (~> 1.1, != 1.3.0)
86
- thor (0.14.6)
87
- tilt (1.3.3)
88
- tzinfo (0.3.33)
89
-
90
- PLATFORMS
91
- ruby
92
-
93
- DEPENDENCIES
94
- actionpack (~> 3.1.5)
95
- activesupport (~> 3.1.5)
96
- bundler (>= 1.0.0)
97
- errplane!
98
- fakeweb
99
- guard
100
- guard-rspec
101
- rake
102
- rdoc
103
- rspec
104
- rspec-rails (>= 2.0)
105
- tzinfo
@@ -1,103 +0,0 @@
1
- PATH
2
- remote: /Users/todd/Projects/errplane/gem
3
- specs:
4
- errplane (0.4.2)
5
- json
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- actionpack (3.2.6)
11
- activemodel (= 3.2.6)
12
- activesupport (= 3.2.6)
13
- builder (~> 3.0.0)
14
- erubis (~> 2.7.0)
15
- journey (~> 1.0.1)
16
- rack (~> 1.4.0)
17
- rack-cache (~> 1.2)
18
- rack-test (~> 0.6.1)
19
- sprockets (~> 2.1.3)
20
- activemodel (3.2.6)
21
- activesupport (= 3.2.6)
22
- builder (~> 3.0.0)
23
- activesupport (3.2.6)
24
- i18n (~> 0.6)
25
- multi_json (~> 1.0)
26
- builder (3.0.0)
27
- diff-lcs (1.1.3)
28
- erubis (2.7.0)
29
- fakeweb (1.3.0)
30
- ffi (1.1.4)
31
- guard (1.3.0)
32
- listen (>= 0.4.2)
33
- thor (>= 0.14.6)
34
- guard-rspec (1.2.1)
35
- guard (>= 1.1)
36
- hike (1.2.1)
37
- i18n (0.6.0)
38
- journey (1.0.4)
39
- json (1.7.3)
40
- listen (0.4.7)
41
- rb-fchange (~> 0.0.5)
42
- rb-fsevent (~> 0.9.1)
43
- rb-inotify (~> 0.8.8)
44
- multi_json (1.3.6)
45
- rack (1.4.1)
46
- rack-cache (1.2)
47
- rack (>= 0.4)
48
- rack-ssl (1.3.2)
49
- rack
50
- rack-test (0.6.1)
51
- rack (>= 1.0)
52
- railties (3.2.6)
53
- actionpack (= 3.2.6)
54
- activesupport (= 3.2.6)
55
- rack-ssl (~> 1.3.2)
56
- rake (>= 0.8.7)
57
- rdoc (~> 3.4)
58
- thor (>= 0.14.6, < 2.0)
59
- rake (0.9.2.2)
60
- rb-fchange (0.0.5)
61
- ffi
62
- rb-fsevent (0.9.1)
63
- rb-inotify (0.8.8)
64
- ffi (>= 0.5.0)
65
- rdoc (3.12)
66
- json (~> 1.4)
67
- rspec (2.11.0)
68
- rspec-core (~> 2.11.0)
69
- rspec-expectations (~> 2.11.0)
70
- rspec-mocks (~> 2.11.0)
71
- rspec-core (2.11.1)
72
- rspec-expectations (2.11.1)
73
- diff-lcs (~> 1.1.3)
74
- rspec-mocks (2.11.1)
75
- rspec-rails (2.11.0)
76
- actionpack (>= 3.0)
77
- activesupport (>= 3.0)
78
- railties (>= 3.0)
79
- rspec (~> 2.11.0)
80
- sprockets (2.1.3)
81
- hike (~> 1.2)
82
- rack (~> 1.0)
83
- tilt (~> 1.1, != 1.3.0)
84
- thor (0.15.4)
85
- tilt (1.3.3)
86
- tzinfo (0.3.33)
87
-
88
- PLATFORMS
89
- ruby
90
-
91
- DEPENDENCIES
92
- actionpack (~> 3.2.3)
93
- activesupport (~> 3.2.3)
94
- bundler (>= 1.0.0)
95
- errplane!
96
- fakeweb
97
- guard
98
- guard-rspec
99
- rake
100
- rdoc
101
- rspec
102
- rspec-rails (>= 2.0)
103
- tzinfo
data/spec/app/rails2.rb DELETED
@@ -1,38 +0,0 @@
1
- RAILS_ROOT = File.dirname(__FILE__)
2
-
3
- module Rails
4
- class << self
5
- def vendor_rails?; return false; end
6
- end
7
- end
8
-
9
- Rails::Initializer.run do |config|
10
- # config.time_zone = 'UTC'
11
- # config.cache_classes = true
12
- # config.whiny_nils = true
13
- # config.action_controller.consider_all_requests_local = true
14
- # config.action_controller.perform_caching = false
15
- # config.action_view.cache_template_loading = true
16
- # config.action_controller.allow_forgery_protection = false
17
- # config.action_mailer.delivery_method = :test
18
- config.frameworks = [ :action_controller, :active_resource ]
19
- config.action_controller.session = { :key => "_myapp_session", :secret => "1234567890abcdef1234567890abcdef" }
20
- end
21
-
22
- ActionController::Base.cookie_verifier_secret = '1234567890abcdef1234567890abcdef'
23
- ActionController::Base.session = {
24
- :key => '_myapp_session',
25
- :secret => '1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef'
26
- }
27
-
28
- Errplane.configure do |config|
29
- config.api_key = "f123-e456-d789c012"
30
- config.application_id = "b12r8c72"
31
- config.ignored_environments = []
32
- end
33
-
34
- class ApplicationController < ActionController::Base; end
35
- class WidgetsController < ApplicationController
36
- def index; render :nothing => true; end
37
- def new; return 1/0; end
38
- end
data/spec/rails2/README DELETED
@@ -1,243 +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" templates
7
- that are primarily responsible for inserting pre-built data in between HTML tags.
8
- The model contains the "smart" domain objects (such as Account, Product, Person,
9
- Post) that holds all the business logic and knows how to persist themselves to
10
- a database. The controller handles the incoming requests (such as Save New Account,
11
- Update Product, Show Post) by manipulating the model and directing data to the view.
12
-
13
- In Rails, the model is handled by what's called an object-relational mapping
14
- layer entitled Active Record. This layer allows you to present the data from
15
- database rows as objects and embellish these data objects with business logic
16
- methods. You can read more about Active Record in
17
- link:files/vendor/rails/activerecord/README.html.
18
-
19
- The controller and view are handled by the Action Pack, which handles both
20
- layers by its two parts: Action View and Action Controller. These two layers
21
- are bundled in a single package due to their heavy interdependence. This is
22
- unlike the relationship between the Active Record and Action Pack that is much
23
- more separate. Each of these packages can be used independently outside of
24
- Rails. You can read more about Action Pack in
25
- link:files/vendor/rails/actionpack/README.html.
26
-
27
-
28
- == Getting Started
29
-
30
- 1. At the command prompt, start a new Rails application using the <tt>rails</tt> command
31
- and your application name. Ex: rails myapp
32
- 2. Change directory into myapp and start the web server: <tt>script/server</tt> (run with --help for options)
33
- 3. Go to http://localhost:3000/ and get "Welcome aboard: You're riding the Rails!"
34
- 4. Follow the guidelines to start developing your application
35
-
36
-
37
- == Web Servers
38
-
39
- By default, Rails will try to use Mongrel if it's are installed when started with script/server, otherwise Rails will use WEBrick, the webserver that ships with Ruby. But you can also use Rails
40
- with a variety of other web servers.
41
-
42
- Mongrel is a Ruby-based webserver with a C component (which requires compilation) that is
43
- suitable for development and deployment of Rails applications. If you have Ruby Gems installed,
44
- getting up and running with mongrel is as easy as: <tt>gem install mongrel</tt>.
45
- More info at: http://mongrel.rubyforge.org
46
-
47
- Say other Ruby web servers like Thin and Ebb or regular web servers like Apache or LiteSpeed or
48
- Lighttpd or IIS. The Ruby web servers are run through Rack and the latter can either be setup to use
49
- FCGI or proxy to a pack of Mongrels/Thin/Ebb servers.
50
-
51
- == Apache .htaccess example for FCGI/CGI
52
-
53
- # General Apache options
54
- AddHandler fastcgi-script .fcgi
55
- AddHandler cgi-script .cgi
56
- Options +FollowSymLinks +ExecCGI
57
-
58
- # If you don't want Rails to look in certain directories,
59
- # use the following rewrite rules so that Apache won't rewrite certain requests
60
- #
61
- # Example:
62
- # RewriteCond %{REQUEST_URI} ^/notrails.*
63
- # RewriteRule .* - [L]
64
-
65
- # Redirect all requests not available on the filesystem to Rails
66
- # By default the cgi dispatcher is used which is very slow
67
- #
68
- # For better performance replace the dispatcher with the fastcgi one
69
- #
70
- # Example:
71
- # RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
72
- RewriteEngine On
73
-
74
- # If your Rails application is accessed via an Alias directive,
75
- # then you MUST also set the RewriteBase in this htaccess file.
76
- #
77
- # Example:
78
- # Alias /myrailsapp /path/to/myrailsapp/public
79
- # RewriteBase /myrailsapp
80
-
81
- RewriteRule ^$ index.html [QSA]
82
- RewriteRule ^([^.]+)$ $1.html [QSA]
83
- RewriteCond %{REQUEST_FILENAME} !-f
84
- RewriteRule ^(.*)$ dispatch.cgi [QSA,L]
85
-
86
- # In case Rails experiences terminal errors
87
- # Instead of displaying this message you can supply a file here which will be rendered instead
88
- #
89
- # Example:
90
- # ErrorDocument 500 /500.html
91
-
92
- ErrorDocument 500 "<h2>Application error</h2>Rails application failed to start properly"
93
-
94
-
95
- == Debugging Rails
96
-
97
- Sometimes your application goes wrong. Fortunately there are a lot of tools that
98
- will help you debug it and get it back on the rails.
99
-
100
- First area to check is the application log files. Have "tail -f" commands running
101
- on the server.log and development.log. Rails will automatically display debugging
102
- and runtime information to these files. Debugging info will also be shown in the
103
- browser on requests from 127.0.0.1.
104
-
105
- You can also log your own messages directly into the log file from your code using
106
- the Ruby logger class from inside your controllers. Example:
107
-
108
- class WeblogController < ActionController::Base
109
- def destroy
110
- @weblog = Weblog.find(params[:id])
111
- @weblog.destroy
112
- logger.info("#{Time.now} Destroyed Weblog ID ##{@weblog.id}!")
113
- end
114
- end
115
-
116
- The result will be a message in your log file along the lines of:
117
-
118
- Mon Oct 08 14:22:29 +1000 2007 Destroyed Weblog ID #1
119
-
120
- More information on how to use the logger is at http://www.ruby-doc.org/core/
121
-
122
- Also, Ruby documentation can be found at http://www.ruby-lang.org/ including:
123
-
124
- * The Learning Ruby (Pickaxe) Book: http://www.ruby-doc.org/docs/ProgrammingRuby/
125
- * Learn to Program: http://pine.fm/LearnToProgram/ (a beginners guide)
126
-
127
- These two online (and free) books will bring you up to speed on the Ruby language
128
- and also on programming in general.
129
-
130
-
131
- == Debugger
132
-
133
- Debugger support is available through the debugger command when you start your Mongrel or
134
- Webrick server with --debugger. This means that you can break out of execution at any point
135
- in the code, investigate and change the model, AND then resume execution!
136
- You need to install ruby-debug to run the server in debugging mode. With gems, use 'gem install ruby-debug'
137
- Example:
138
-
139
- class WeblogController < ActionController::Base
140
- def index
141
- @posts = Post.find(:all)
142
- debugger
143
- end
144
- end
145
-
146
- So the controller will accept the action, run the first line, then present you
147
- with a IRB prompt in the server window. Here you can do things like:
148
-
149
- >> @posts.inspect
150
- => "[#<Post:0x14a6be8 @attributes={\"title\"=>nil, \"body\"=>nil, \"id\"=>\"1\"}>,
151
- #<Post:0x14a6620 @attributes={\"title\"=>\"Rails you know!\", \"body\"=>\"Only ten..\", \"id\"=>\"2\"}>]"
152
- >> @posts.first.title = "hello from a debugger"
153
- => "hello from a debugger"
154
-
155
- ...and even better is that you can examine how your runtime objects actually work:
156
-
157
- >> f = @posts.first
158
- => #<Post:0x13630c4 @attributes={"title"=>nil, "body"=>nil, "id"=>"1"}>
159
- >> f.
160
- Display all 152 possibilities? (y or n)
161
-
162
- Finally, when you're ready to resume execution, you enter "cont"
163
-
164
-
165
- == Console
166
-
167
- You can interact with the domain model by starting the console through <tt>script/console</tt>.
168
- Here you'll have all parts of the application configured, just like it is when the
169
- application is running. You can inspect domain models, change values, and save to the
170
- database. Starting the script without arguments will launch it in the development environment.
171
- Passing an argument will specify a different environment, like <tt>script/console production</tt>.
172
-
173
- To reload your controllers and models after launching the console run <tt>reload!</tt>
174
-
175
- == dbconsole
176
-
177
- You can go to the command line of your database directly through <tt>script/dbconsole</tt>.
178
- You would be connected to the database with the credentials defined in database.yml.
179
- Starting the script without arguments will connect you to the development database. Passing an
180
- argument will connect you to a different database, like <tt>script/dbconsole production</tt>.
181
- Currently works for mysql, postgresql and sqlite.
182
-
183
- == Description of Contents
184
-
185
- app
186
- Holds all the code that's specific to this particular application.
187
-
188
- app/controllers
189
- Holds controllers that should be named like weblogs_controller.rb for
190
- automated URL mapping. All controllers should descend from ApplicationController
191
- which itself descends from ActionController::Base.
192
-
193
- app/models
194
- Holds models that should be named like post.rb.
195
- Most models will descend from ActiveRecord::Base.
196
-
197
- app/views
198
- Holds the template files for the view that should be named like
199
- weblogs/index.html.erb for the WeblogsController#index action. All views use eRuby
200
- syntax.
201
-
202
- app/views/layouts
203
- Holds the template files for layouts to be used with views. This models the common
204
- header/footer method of wrapping views. In your views, define a layout using the
205
- <tt>layout :default</tt> and create a file named default.html.erb. Inside default.html.erb,
206
- call <% yield %> to render the view using this layout.
207
-
208
- app/helpers
209
- Holds view helpers that should be named like weblogs_helper.rb. These are generated
210
- for you automatically when using script/generate for controllers. Helpers can be used to
211
- wrap functionality for your views into methods.
212
-
213
- config
214
- Configuration files for the Rails environment, the routing map, the database, and other dependencies.
215
-
216
- db
217
- Contains the database schema in schema.rb. db/migrate contains all
218
- the sequence of Migrations for your schema.
219
-
220
- doc
221
- This directory is where your application documentation will be stored when generated
222
- using <tt>rake doc:app</tt>
223
-
224
- lib
225
- Application specific libraries. Basically, any kind of custom code that doesn't
226
- belong under controllers, models, or helpers. This directory is in the load path.
227
-
228
- public
229
- The directory available for the web server. Contains subdirectories for images, stylesheets,
230
- and javascripts. Also contains the dispatchers and the default HTML files. This should be
231
- set as the DOCUMENT_ROOT of your web server.
232
-
233
- script
234
- Helper scripts for automation and generation.
235
-
236
- test
237
- Unit and functional tests along with fixtures. When using the script/generate scripts, template
238
- test files will be generated for you and placed in this directory.
239
-
240
- vendor
241
- External libraries that the application depends on. Also includes the plugins subdirectory.
242
- If the app has frozen rails, those gems also go here, under vendor/rails/.
243
- This directory is in the load path.