rails 2.3.18 → 7.1.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +2 -2
- data/README.md +97 -0
- metadata +207 -332
- data/CHANGELOG +0 -2193
- data/README +0 -243
- data/Rakefile +0 -365
- data/bin/about +0 -4
- data/bin/console +0 -3
- data/bin/dbconsole +0 -3
- data/bin/destroy +0 -3
- data/bin/generate +0 -3
- data/bin/performance/benchmarker +0 -3
- data/bin/performance/profiler +0 -3
- data/bin/plugin +0 -3
- data/bin/rails +0 -21
- data/bin/runner +0 -3
- data/bin/server +0 -3
- data/builtin/rails_info/rails/info.rb +0 -131
- data/builtin/rails_info/rails/info_controller.rb +0 -9
- data/builtin/rails_info/rails/info_helper.rb +0 -2
- data/builtin/rails_info/rails_info_controller.rb +0 -2
- data/configs/databases/frontbase.yml +0 -28
- data/configs/databases/ibm_db.yml +0 -62
- data/configs/databases/mysql.yml +0 -60
- data/configs/databases/oracle.yml +0 -39
- data/configs/databases/postgresql.yml +0 -51
- data/configs/databases/sqlite2.yml +0 -19
- data/configs/databases/sqlite3.yml +0 -22
- data/configs/empty.log +0 -0
- data/configs/initializers/backtrace_silencers.rb +0 -7
- data/configs/initializers/cookie_verification_secret.rb +0 -7
- data/configs/initializers/inflections.rb +0 -10
- data/configs/initializers/mime_types.rb +0 -5
- data/configs/initializers/new_rails_defaults.rb +0 -21
- data/configs/initializers/session_store.rb +0 -15
- data/configs/locales/en.yml +0 -5
- data/configs/routes.rb +0 -43
- data/configs/seeds.rb +0 -7
- data/dispatches/config.ru +0 -7
- data/dispatches/dispatch.fcgi +0 -24
- data/dispatches/dispatch.rb +0 -10
- data/dispatches/gateway.cgi +0 -97
- data/doc/README_FOR_APP +0 -2
- data/environments/boot.rb +0 -114
- data/environments/development.rb +0 -17
- data/environments/environment.rb +0 -41
- data/environments/production.rb +0 -28
- data/environments/test.rb +0 -28
- data/fresh_rakefile +0 -10
- data/helpers/application_controller.rb +0 -10
- data/helpers/application_helper.rb +0 -3
- data/helpers/performance_test.rb +0 -9
- data/helpers/test_helper.rb +0 -38
- data/html/404.html +0 -30
- data/html/422.html +0 -30
- data/html/500.html +0 -30
- data/html/favicon.ico +0 -0
- data/html/images/rails.png +0 -0
- data/html/index.html +0 -275
- data/html/javascripts/application.js +0 -2
- data/html/javascripts/controls.js +0 -963
- data/html/javascripts/dragdrop.js +0 -973
- data/html/javascripts/effects.js +0 -1128
- data/html/javascripts/prototype.js +0 -4320
- data/html/robots.txt +0 -5
- data/lib/code_statistics.rb +0 -107
- data/lib/commands/about.rb +0 -3
- data/lib/commands/console.rb +0 -45
- data/lib/commands/dbconsole.rb +0 -87
- data/lib/commands/destroy.rb +0 -6
- data/lib/commands/generate.rb +0 -6
- data/lib/commands/ncgi/listener +0 -86
- data/lib/commands/ncgi/tracker +0 -69
- data/lib/commands/performance/benchmarker.rb +0 -24
- data/lib/commands/performance/profiler.rb +0 -50
- data/lib/commands/plugin.rb +0 -968
- data/lib/commands/runner.rb +0 -54
- data/lib/commands/server.rb +0 -114
- data/lib/commands/update.rb +0 -4
- data/lib/commands.rb +0 -17
- data/lib/console_app.rb +0 -30
- data/lib/console_sandbox.rb +0 -6
- data/lib/console_with_helpers.rb +0 -5
- data/lib/dispatcher.rb +0 -24
- data/lib/fcgi_handler.rb +0 -239
- data/lib/initializer.rb +0 -1152
- data/lib/performance_test_help.rb +0 -5
- data/lib/rails/backtrace_cleaner.rb +0 -54
- data/lib/rails/gem_builder.rb +0 -21
- data/lib/rails/gem_dependency.rb +0 -317
- data/lib/rails/plugin/loader.rb +0 -198
- data/lib/rails/plugin/locator.rb +0 -100
- data/lib/rails/plugin.rb +0 -179
- data/lib/rails/rack/debugger.rb +0 -23
- data/lib/rails/rack/log_tailer.rb +0 -35
- data/lib/rails/rack/metal.rb +0 -51
- data/lib/rails/rack/static.rb +0 -46
- data/lib/rails/rack.rb +0 -8
- data/lib/rails/vendor_gem_source_index.rb +0 -140
- data/lib/rails/version.rb +0 -9
- data/lib/rails_generator/base.rb +0 -266
- data/lib/rails_generator/commands.rb +0 -621
- data/lib/rails_generator/generated_attribute.rb +0 -47
- data/lib/rails_generator/generators/applications/app/USAGE +0 -9
- data/lib/rails_generator/generators/applications/app/app_generator.rb +0 -266
- data/lib/rails_generator/generators/applications/app/scm/git.rb +0 -18
- data/lib/rails_generator/generators/applications/app/scm/scm.rb +0 -8
- data/lib/rails_generator/generators/applications/app/scm/svn.rb +0 -7
- data/lib/rails_generator/generators/applications/app/template_runner.rb +0 -401
- data/lib/rails_generator/generators/components/controller/USAGE +0 -30
- data/lib/rails_generator/generators/components/controller/controller_generator.rb +0 -43
- data/lib/rails_generator/generators/components/controller/templates/controller.rb +0 -7
- data/lib/rails_generator/generators/components/controller/templates/functional_test.rb +0 -8
- data/lib/rails_generator/generators/components/controller/templates/helper.rb +0 -2
- data/lib/rails_generator/generators/components/controller/templates/helper_test.rb +0 -4
- data/lib/rails_generator/generators/components/controller/templates/view.html.erb +0 -2
- data/lib/rails_generator/generators/components/helper/USAGE +0 -24
- data/lib/rails_generator/generators/components/helper/helper_generator.rb +0 -25
- data/lib/rails_generator/generators/components/helper/templates/helper.rb +0 -2
- data/lib/rails_generator/generators/components/helper/templates/helper_test.rb +0 -4
- data/lib/rails_generator/generators/components/integration_test/USAGE +0 -8
- data/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb +0 -16
- data/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb +0 -10
- data/lib/rails_generator/generators/components/mailer/USAGE +0 -16
- data/lib/rails_generator/generators/components/mailer/mailer_generator.rb +0 -30
- data/lib/rails_generator/generators/components/mailer/templates/fixture.erb +0 -3
- data/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml +0 -0
- data/lib/rails_generator/generators/components/mailer/templates/mailer.rb +0 -15
- data/lib/rails_generator/generators/components/mailer/templates/unit_test.rb +0 -20
- data/lib/rails_generator/generators/components/mailer/templates/view.erb +0 -3
- data/lib/rails_generator/generators/components/mailer/templates/view.rhtml +0 -0
- data/lib/rails_generator/generators/components/metal/USAGE +0 -8
- data/lib/rails_generator/generators/components/metal/metal_generator.rb +0 -8
- data/lib/rails_generator/generators/components/metal/templates/metal.rb +0 -12
- data/lib/rails_generator/generators/components/migration/USAGE +0 -29
- data/lib/rails_generator/generators/components/migration/migration_generator.rb +0 -20
- data/lib/rails_generator/generators/components/migration/templates/migration.rb +0 -11
- data/lib/rails_generator/generators/components/model/USAGE +0 -27
- data/lib/rails_generator/generators/components/model/model_generator.rb +0 -52
- data/lib/rails_generator/generators/components/model/templates/fixtures.yml +0 -23
- data/lib/rails_generator/generators/components/model/templates/migration.rb +0 -16
- data/lib/rails_generator/generators/components/model/templates/model.rb +0 -5
- data/lib/rails_generator/generators/components/model/templates/unit_test.rb +0 -8
- data/lib/rails_generator/generators/components/observer/USAGE +0 -13
- data/lib/rails_generator/generators/components/observer/observer_generator.rb +0 -16
- data/lib/rails_generator/generators/components/observer/templates/observer.rb +0 -2
- data/lib/rails_generator/generators/components/observer/templates/unit_test.rb +0 -8
- data/lib/rails_generator/generators/components/performance_test/USAGE +0 -8
- data/lib/rails_generator/generators/components/performance_test/performance_test_generator.rb +0 -16
- data/lib/rails_generator/generators/components/performance_test/templates/performance_test.rb +0 -9
- data/lib/rails_generator/generators/components/plugin/USAGE +0 -25
- data/lib/rails_generator/generators/components/plugin/plugin_generator.rb +0 -39
- data/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE +0 -20
- data/lib/rails_generator/generators/components/plugin/templates/README +0 -13
- data/lib/rails_generator/generators/components/plugin/templates/Rakefile +0 -23
- data/lib/rails_generator/generators/components/plugin/templates/USAGE +0 -8
- data/lib/rails_generator/generators/components/plugin/templates/generator.rb +0 -8
- data/lib/rails_generator/generators/components/plugin/templates/init.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/install.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/plugin.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/tasks.rake +0 -4
- data/lib/rails_generator/generators/components/plugin/templates/test_helper.rb +0 -4
- data/lib/rails_generator/generators/components/plugin/templates/uninstall.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/unit_test.rb +0 -8
- data/lib/rails_generator/generators/components/resource/USAGE +0 -23
- data/lib/rails_generator/generators/components/resource/resource_generator.rb +0 -76
- data/lib/rails_generator/generators/components/resource/templates/controller.rb +0 -2
- data/lib/rails_generator/generators/components/resource/templates/functional_test.rb +0 -8
- data/lib/rails_generator/generators/components/resource/templates/helper.rb +0 -2
- data/lib/rails_generator/generators/components/resource/templates/helper_test.rb +0 -4
- data/lib/rails_generator/generators/components/scaffold/USAGE +0 -29
- data/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb +0 -103
- data/lib/rails_generator/generators/components/scaffold/templates/controller.rb +0 -83
- data/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb +0 -45
- data/lib/rails_generator/generators/components/scaffold/templates/helper.rb +0 -2
- data/lib/rails_generator/generators/components/scaffold/templates/helper_test.rb +0 -4
- data/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb +0 -17
- data/lib/rails_generator/generators/components/scaffold/templates/style.css +0 -54
- data/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb +0 -18
- data/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb +0 -24
- data/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb +0 -17
- data/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb +0 -10
- data/lib/rails_generator/generators/components/session_migration/USAGE +0 -10
- data/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb +0 -18
- data/lib/rails_generator/generators/components/session_migration/templates/migration.rb +0 -16
- data/lib/rails_generator/lookup.rb +0 -249
- data/lib/rails_generator/manifest.rb +0 -53
- data/lib/rails_generator/options.rb +0 -150
- data/lib/rails_generator/scripts/destroy.rb +0 -29
- data/lib/rails_generator/scripts/generate.rb +0 -7
- data/lib/rails_generator/scripts/update.rb +0 -12
- data/lib/rails_generator/scripts.rb +0 -89
- data/lib/rails_generator/secret_key_generator.rb +0 -24
- data/lib/rails_generator/simple_logger.rb +0 -46
- data/lib/rails_generator/spec.rb +0 -44
- data/lib/rails_generator.rb +0 -46
- data/lib/railties_path.rb +0 -1
- data/lib/ruby_version_check.rb +0 -17
- data/lib/rubyprof_ext.rb +0 -35
- data/lib/source_annotation_extractor.rb +0 -102
- data/lib/tasks/annotations.rake +0 -20
- data/lib/tasks/databases.rake +0 -436
- data/lib/tasks/documentation.rake +0 -93
- data/lib/tasks/framework.rake +0 -146
- data/lib/tasks/gems.rake +0 -78
- data/lib/tasks/log.rake +0 -9
- data/lib/tasks/middleware.rake +0 -7
- data/lib/tasks/misc.rake +0 -63
- data/lib/tasks/rails.rb +0 -14
- data/lib/tasks/routes.rake +0 -18
- data/lib/tasks/statistics.rake +0 -17
- data/lib/tasks/testing.rake +0 -139
- data/lib/tasks/tmp.rake +0 -37
- data/lib/test_help.rb +0 -38
- data/lib/webrick_server.rb +0 -156
- data/railties.gemspec +0 -22
@@ -1,131 +0,0 @@
|
|
1
|
-
module Rails
|
2
|
-
module Info
|
3
|
-
mattr_accessor :properties
|
4
|
-
class << (@@properties = [])
|
5
|
-
def names
|
6
|
-
map &:first
|
7
|
-
end
|
8
|
-
|
9
|
-
def value_for(property_name)
|
10
|
-
if property = assoc(property_name)
|
11
|
-
property.last
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
class << self #:nodoc:
|
17
|
-
def property(name, value = nil)
|
18
|
-
value ||= yield
|
19
|
-
properties << [name, value] if value
|
20
|
-
rescue Exception
|
21
|
-
end
|
22
|
-
|
23
|
-
def frameworks
|
24
|
-
%w( active_record action_pack active_resource action_mailer active_support )
|
25
|
-
end
|
26
|
-
|
27
|
-
def framework_version(framework)
|
28
|
-
if Object.const_defined?(framework.classify)
|
29
|
-
require "#{framework}/version"
|
30
|
-
"#{framework.classify}::VERSION::STRING".constantize
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
def edge_rails_revision(info = git_info)
|
35
|
-
info[/commit ([a-z0-9-]+)/, 1] || freeze_edge_version
|
36
|
-
end
|
37
|
-
|
38
|
-
def freeze_edge_version
|
39
|
-
if File.exist?(rails_vendor_root)
|
40
|
-
begin
|
41
|
-
File.readlines(File.join(rails_vendor_root,'REVISION')).first.strip
|
42
|
-
rescue
|
43
|
-
Dir[File.join(rails_vendor_root, 'TAG_*')].first.scan(/_(.+)$/).first.first rescue 'unknown'
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
47
|
-
|
48
|
-
def to_s
|
49
|
-
column_width = properties.names.map {|name| name.length}.max
|
50
|
-
["About your application's environment", *properties.map do |property|
|
51
|
-
"%-#{column_width}s %s" % property
|
52
|
-
end] * "\n"
|
53
|
-
end
|
54
|
-
|
55
|
-
alias inspect to_s
|
56
|
-
|
57
|
-
def to_html
|
58
|
-
'<table>'.tap do |table|
|
59
|
-
properties.each do |(name, value)|
|
60
|
-
table << %(<tr><td class="name">#{CGI.escapeHTML(name.to_s)}</td>)
|
61
|
-
table << %(<td class="value">#{CGI.escapeHTML(value.to_s)}</td></tr>)
|
62
|
-
end
|
63
|
-
table << '</table>'
|
64
|
-
end
|
65
|
-
end
|
66
|
-
|
67
|
-
protected
|
68
|
-
def rails_vendor_root
|
69
|
-
@rails_vendor_root ||= "#{RAILS_ROOT}/vendor/rails"
|
70
|
-
end
|
71
|
-
|
72
|
-
def git_info
|
73
|
-
env_lang, ENV['LC_ALL'] = ENV['LC_ALL'], 'C'
|
74
|
-
Dir.chdir(rails_vendor_root) do
|
75
|
-
silence_stderr { `git log -n 1` }
|
76
|
-
end
|
77
|
-
ensure
|
78
|
-
ENV['LC_ALL'] = env_lang
|
79
|
-
end
|
80
|
-
end
|
81
|
-
|
82
|
-
# The Ruby version and platform, e.g. "1.8.2 (powerpc-darwin8.2.0)".
|
83
|
-
property 'Ruby version', "#{RUBY_VERSION} (#{RUBY_PLATFORM})"
|
84
|
-
|
85
|
-
# The RubyGems version, if it's installed.
|
86
|
-
property 'RubyGems version' do
|
87
|
-
Gem::RubyGemsVersion
|
88
|
-
end
|
89
|
-
|
90
|
-
property 'Rack version' do
|
91
|
-
::Rack.release
|
92
|
-
end
|
93
|
-
|
94
|
-
# The Rails version.
|
95
|
-
property 'Rails version' do
|
96
|
-
Rails::VERSION::STRING
|
97
|
-
end
|
98
|
-
|
99
|
-
# Versions of each Rails framework (Active Record, Action Pack,
|
100
|
-
# Active Resource, Action Mailer, and Active Support).
|
101
|
-
frameworks.each do |framework|
|
102
|
-
property "#{framework.titlecase} version" do
|
103
|
-
framework_version(framework)
|
104
|
-
end
|
105
|
-
end
|
106
|
-
|
107
|
-
# The Rails Git revision, if it's checked out into vendor/rails.
|
108
|
-
property 'Edge Rails revision' do
|
109
|
-
edge_rails_revision
|
110
|
-
end
|
111
|
-
|
112
|
-
# The application's location on the filesystem.
|
113
|
-
property 'Application root' do
|
114
|
-
File.expand_path(RAILS_ROOT)
|
115
|
-
end
|
116
|
-
|
117
|
-
# The current Rails environment (development, test, or production).
|
118
|
-
property 'Environment' do
|
119
|
-
RAILS_ENV
|
120
|
-
end
|
121
|
-
|
122
|
-
# The name of the database adapter for the current environment.
|
123
|
-
property 'Database adapter' do
|
124
|
-
ActiveRecord::Base.configurations[RAILS_ENV]['adapter']
|
125
|
-
end
|
126
|
-
|
127
|
-
property 'Database schema version' do
|
128
|
-
ActiveRecord::Migrator.current_version rescue nil
|
129
|
-
end
|
130
|
-
end
|
131
|
-
end
|
@@ -1,9 +0,0 @@
|
|
1
|
-
class Rails::InfoController < ActionController::Base
|
2
|
-
def properties
|
3
|
-
if consider_all_requests_local || local_request?
|
4
|
-
render :inline => Rails::Info.to_html
|
5
|
-
else
|
6
|
-
render :text => '<p>For security purposes, this information is only available to local requests.</p>', :status => 500
|
7
|
-
end
|
8
|
-
end
|
9
|
-
end
|
@@ -1,28 +0,0 @@
|
|
1
|
-
# FrontBase versions 4.x
|
2
|
-
#
|
3
|
-
# Get the bindings:
|
4
|
-
# gem install ruby-frontbase
|
5
|
-
|
6
|
-
development:
|
7
|
-
adapter: frontbase
|
8
|
-
host: localhost
|
9
|
-
database: <%= app_name %>_development
|
10
|
-
username: <%= app_name %>
|
11
|
-
password: ''
|
12
|
-
|
13
|
-
# Warning: The database defined as "test" will be erased and
|
14
|
-
# re-generated from your development database when you run "rake".
|
15
|
-
# Do not set this db to the same as development or production.
|
16
|
-
test:
|
17
|
-
adapter: frontbase
|
18
|
-
host: localhost
|
19
|
-
database: <%= app_name %>_test
|
20
|
-
username: <%= app_name %>
|
21
|
-
password: ''
|
22
|
-
|
23
|
-
production:
|
24
|
-
adapter: frontbase
|
25
|
-
host: localhost
|
26
|
-
database: <%= app_name %>_production
|
27
|
-
username: <%= app_name %>
|
28
|
-
password: ''
|
@@ -1,62 +0,0 @@
|
|
1
|
-
# IBM Dataservers
|
2
|
-
#
|
3
|
-
# Home Page
|
4
|
-
# http://rubyforge.org/projects/rubyibm/
|
5
|
-
#
|
6
|
-
# To install the ibm_db gem:
|
7
|
-
# On Linux:
|
8
|
-
# Source the db2profile file and set the necessary environment variables:
|
9
|
-
#
|
10
|
-
# . /home/db2inst1/sqllib/db2profile
|
11
|
-
# export IBM_DB_DIR=/opt/ibm/db2/V9.1
|
12
|
-
# export IBM_DB_LIB=/opt/ibm/db2/V9.1/lib32
|
13
|
-
#
|
14
|
-
# Then issue the command: gem install ibm_db
|
15
|
-
#
|
16
|
-
# On Windows:
|
17
|
-
# Issue the command: gem install ibm_db
|
18
|
-
# If prompted, select the mswin32 option
|
19
|
-
#
|
20
|
-
# For more details on the installation refer to http://rubyforge.org/docman/view.php/2361/7682/IBM_DB_GEM.pdf
|
21
|
-
#
|
22
|
-
# For more details on the connection parameters below refer to:
|
23
|
-
# http://rubyibm.rubyforge.org/docs/adapter/0.9.0/rdoc/classes/ActiveRecord/ConnectionAdapters/IBM_DBAdapter.html
|
24
|
-
|
25
|
-
development:
|
26
|
-
adapter: ibm_db
|
27
|
-
username: db2inst1
|
28
|
-
password:
|
29
|
-
database: <%= app_name[0,4] %>_dev
|
30
|
-
#schema: db2inst1
|
31
|
-
#host: localhost
|
32
|
-
#port: 50000
|
33
|
-
#account: my_account
|
34
|
-
#app_user: my_app_user
|
35
|
-
#application: my_application
|
36
|
-
#workstation: my_workstation
|
37
|
-
|
38
|
-
test:
|
39
|
-
adapter: ibm_db
|
40
|
-
username: db2inst1
|
41
|
-
password:
|
42
|
-
database: <%= app_name[0,4] %>_tst
|
43
|
-
#schema: db2inst1
|
44
|
-
#host: localhost
|
45
|
-
#port: 50000
|
46
|
-
#account: my_account
|
47
|
-
#app_user: my_app_user
|
48
|
-
#application: my_application
|
49
|
-
#workstation: my_workstation
|
50
|
-
|
51
|
-
production:
|
52
|
-
adapter: ibm_db
|
53
|
-
username: db2inst1
|
54
|
-
password:
|
55
|
-
database: <%= app_name[0,4] %>_prd
|
56
|
-
#schema: db2inst1
|
57
|
-
#host: localhost
|
58
|
-
#port: 50000
|
59
|
-
#account: my_account
|
60
|
-
#app_user: my_app_user
|
61
|
-
#application: my_application
|
62
|
-
#workstation: my_workstation
|
data/configs/databases/mysql.yml
DELETED
@@ -1,60 +0,0 @@
|
|
1
|
-
# MySQL. Versions 4.1 and 5.0 are recommended.
|
2
|
-
#
|
3
|
-
# Install the MySQL driver:
|
4
|
-
# gem install mysql
|
5
|
-
# On Mac OS X:
|
6
|
-
# sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql
|
7
|
-
# On Mac OS X Leopard:
|
8
|
-
# sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
|
9
|
-
# This sets the ARCHFLAGS environment variable to your native architecture
|
10
|
-
# On Windows:
|
11
|
-
# gem install mysql
|
12
|
-
# Choose the win32 build.
|
13
|
-
# Install MySQL and put its /bin directory on your path.
|
14
|
-
#
|
15
|
-
# And be sure to use new-style password hashing:
|
16
|
-
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
|
17
|
-
development:
|
18
|
-
adapter: mysql
|
19
|
-
encoding: utf8
|
20
|
-
reconnect: false
|
21
|
-
database: <%= app_name %>_development
|
22
|
-
pool: 5
|
23
|
-
username: root
|
24
|
-
password:
|
25
|
-
<% if socket -%>
|
26
|
-
socket: <%= socket %>
|
27
|
-
<% else -%>
|
28
|
-
host: localhost
|
29
|
-
<% end -%>
|
30
|
-
|
31
|
-
# Warning: The database defined as "test" will be erased and
|
32
|
-
# re-generated from your development database when you run "rake".
|
33
|
-
# Do not set this db to the same as development or production.
|
34
|
-
test:
|
35
|
-
adapter: mysql
|
36
|
-
encoding: utf8
|
37
|
-
reconnect: false
|
38
|
-
database: <%= app_name %>_test
|
39
|
-
pool: 5
|
40
|
-
username: root
|
41
|
-
password:
|
42
|
-
<% if socket -%>
|
43
|
-
socket: <%= socket %>
|
44
|
-
<% else -%>
|
45
|
-
host: localhost
|
46
|
-
<% end -%>
|
47
|
-
|
48
|
-
production:
|
49
|
-
adapter: mysql
|
50
|
-
encoding: utf8
|
51
|
-
reconnect: false
|
52
|
-
database: <%= app_name %>_production
|
53
|
-
pool: 5
|
54
|
-
username: root
|
55
|
-
password:
|
56
|
-
<% if socket -%>
|
57
|
-
socket: <%= socket %>
|
58
|
-
<% else -%>
|
59
|
-
host: localhost
|
60
|
-
<% end -%>
|
@@ -1,39 +0,0 @@
|
|
1
|
-
# Oracle/OCI 8i, 9, 10g
|
2
|
-
#
|
3
|
-
# Requires Ruby/OCI8:
|
4
|
-
# http://rubyforge.org/projects/ruby-oci8/
|
5
|
-
#
|
6
|
-
# Specify your database using any valid connection syntax, such as a
|
7
|
-
# tnsnames.ora service name, or a SQL connect url string of the form:
|
8
|
-
#
|
9
|
-
# //host:[port][/service name]
|
10
|
-
#
|
11
|
-
# By default prefetch_rows (OCI_ATTR_PREFETCH_ROWS) is set to 100. And
|
12
|
-
# until true bind variables are supported, cursor_sharing is set by default
|
13
|
-
# to 'similar'. Both can be changed in the configation below; the defaults
|
14
|
-
# are equivalent to specifying:
|
15
|
-
#
|
16
|
-
# prefetch_rows: 100
|
17
|
-
# cursor_sharing: similar
|
18
|
-
#
|
19
|
-
|
20
|
-
development:
|
21
|
-
adapter: oracle
|
22
|
-
database: <%= app_name %>_development
|
23
|
-
username: <%= app_name %>
|
24
|
-
password:
|
25
|
-
|
26
|
-
# Warning: The database defined as "test" will be erased and
|
27
|
-
# re-generated from your development database when you run "rake".
|
28
|
-
# Do not set this db to the same as development or production.
|
29
|
-
test:
|
30
|
-
adapter: oracle
|
31
|
-
database: <%= app_name %>_test
|
32
|
-
username: <%= app_name %>
|
33
|
-
password:
|
34
|
-
|
35
|
-
production:
|
36
|
-
adapter: oracle
|
37
|
-
database: <%= app_name %>_production
|
38
|
-
username: <%= app_name %>
|
39
|
-
password:
|
@@ -1,51 +0,0 @@
|
|
1
|
-
# PostgreSQL. Versions 7.4 and 8.x are supported.
|
2
|
-
#
|
3
|
-
# Install the ruby-postgres driver:
|
4
|
-
# gem install ruby-postgres
|
5
|
-
# On Mac OS X:
|
6
|
-
# gem install ruby-postgres -- --include=/usr/local/pgsql
|
7
|
-
# On Windows:
|
8
|
-
# gem install ruby-postgres
|
9
|
-
# Choose the win32 build.
|
10
|
-
# Install PostgreSQL and put its /bin directory on your path.
|
11
|
-
development:
|
12
|
-
adapter: postgresql
|
13
|
-
encoding: unicode
|
14
|
-
database: <%= app_name %>_development
|
15
|
-
pool: 5
|
16
|
-
username: <%= app_name %>
|
17
|
-
password:
|
18
|
-
|
19
|
-
# Connect on a TCP socket. Omitted by default since the client uses a
|
20
|
-
# domain socket that doesn't need configuration. Windows does not have
|
21
|
-
# domain sockets, so uncomment these lines.
|
22
|
-
#host: localhost
|
23
|
-
#port: 5432
|
24
|
-
|
25
|
-
# Schema search path. The server defaults to $user,public
|
26
|
-
#schema_search_path: myapp,sharedapp,public
|
27
|
-
|
28
|
-
# Minimum log levels, in increasing order:
|
29
|
-
# debug5, debug4, debug3, debug2, debug1,
|
30
|
-
# log, notice, warning, error, fatal, and panic
|
31
|
-
# The server defaults to notice.
|
32
|
-
#min_messages: warning
|
33
|
-
|
34
|
-
# Warning: The database defined as "test" will be erased and
|
35
|
-
# re-generated from your development database when you run "rake".
|
36
|
-
# Do not set this db to the same as development or production.
|
37
|
-
test:
|
38
|
-
adapter: postgresql
|
39
|
-
encoding: unicode
|
40
|
-
database: <%= app_name %>_test
|
41
|
-
pool: 5
|
42
|
-
username: <%= app_name %>
|
43
|
-
password:
|
44
|
-
|
45
|
-
production:
|
46
|
-
adapter: postgresql
|
47
|
-
encoding: unicode
|
48
|
-
database: <%= app_name %>_production
|
49
|
-
pool: 5
|
50
|
-
username: <%= app_name %>
|
51
|
-
password:
|
@@ -1,19 +0,0 @@
|
|
1
|
-
# SQLite version 2.x
|
2
|
-
# gem install sqlite-ruby
|
3
|
-
development:
|
4
|
-
adapter: sqlite
|
5
|
-
database: db/development.sqlite2
|
6
|
-
pool: 5
|
7
|
-
|
8
|
-
# Warning: The database defined as "test" will be erased and
|
9
|
-
# re-generated from your development database when you run "rake".
|
10
|
-
# Do not set this db to the same as development or production.
|
11
|
-
test:
|
12
|
-
adapter: sqlite
|
13
|
-
database: db/test.sqlite2
|
14
|
-
pool: 5
|
15
|
-
|
16
|
-
production:
|
17
|
-
adapter: sqlite
|
18
|
-
database: db/production.sqlite2
|
19
|
-
pool: 5
|
@@ -1,22 +0,0 @@
|
|
1
|
-
# SQLite version 3.x
|
2
|
-
# gem install sqlite3-ruby (not necessary on OS X Leopard)
|
3
|
-
development:
|
4
|
-
adapter: sqlite3
|
5
|
-
database: db/development.sqlite3
|
6
|
-
pool: 5
|
7
|
-
timeout: 5000
|
8
|
-
|
9
|
-
# Warning: The database defined as "test" will be erased and
|
10
|
-
# re-generated from your development database when you run "rake".
|
11
|
-
# Do not set this db to the same as development or production.
|
12
|
-
test:
|
13
|
-
adapter: sqlite3
|
14
|
-
database: db/test.sqlite3
|
15
|
-
pool: 5
|
16
|
-
timeout: 5000
|
17
|
-
|
18
|
-
production:
|
19
|
-
adapter: sqlite3
|
20
|
-
database: db/production.sqlite3
|
21
|
-
pool: 5
|
22
|
-
timeout: 5000
|
data/configs/empty.log
DELETED
File without changes
|
@@ -1,7 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
|
4
|
-
# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
|
5
|
-
|
6
|
-
# You can also remove all the silencers if you're trying do debug a problem that might steem from framework code.
|
7
|
-
# Rails.backtrace_cleaner.remove_silencers!
|
@@ -1,7 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Your secret key for verifying the integrity of signed cookies.
|
4
|
-
# If you change this key, all old signed cookies will become invalid!
|
5
|
-
# Make sure the secret is at least 30 characters and all random,
|
6
|
-
# no regular words or you'll be exposed to dictionary attacks.
|
7
|
-
ActionController::Base.cookie_verifier_secret = '<%= app_secret %>';
|
@@ -1,10 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Add new inflection rules using the following format
|
4
|
-
# (all these examples are active by default):
|
5
|
-
# ActiveSupport::Inflector.inflections do |inflect|
|
6
|
-
# inflect.plural /^(ox)$/i, '\1en'
|
7
|
-
# inflect.singular /^(ox)en/i, '\1'
|
8
|
-
# inflect.irregular 'person', 'people'
|
9
|
-
# inflect.uncountable %w( fish sheep )
|
10
|
-
# end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# These settings change the behavior of Rails 2 apps and will be defaults
|
4
|
-
# for Rails 3. You can remove this initializer when Rails 3 is released.
|
5
|
-
|
6
|
-
if defined?(ActiveRecord)
|
7
|
-
# Include Active Record class name as root for JSON serialized output.
|
8
|
-
ActiveRecord::Base.include_root_in_json = true
|
9
|
-
|
10
|
-
# Store the full class name (including module namespace) in STI type column.
|
11
|
-
ActiveRecord::Base.store_full_sti_class = true
|
12
|
-
end
|
13
|
-
|
14
|
-
ActionController::Routing.generate_best_match = false
|
15
|
-
|
16
|
-
# Use ISO 8601 format for JSON serialized times and dates.
|
17
|
-
ActiveSupport.use_standard_json_time_format = true
|
18
|
-
|
19
|
-
# Don't escape HTML entities in JSON, leave that for the #json_escape helper.
|
20
|
-
# if you're including raw json in an HTML page.
|
21
|
-
ActiveSupport.escape_html_entities_in_json = false
|
@@ -1,15 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Your secret key for verifying cookie session data integrity.
|
4
|
-
# If you change this key, all old sessions will become invalid!
|
5
|
-
# Make sure the secret is at least 30 characters and all random,
|
6
|
-
# no regular words or you'll be exposed to dictionary attacks.
|
7
|
-
ActionController::Base.session = {
|
8
|
-
:key => '_<%= app_name %>_session',
|
9
|
-
:secret => '<%= app_secret %>'
|
10
|
-
}
|
11
|
-
|
12
|
-
# Use the database for sessions instead of the cookie-based default,
|
13
|
-
# which shouldn't be used to store highly confidential information
|
14
|
-
# (create the session table with "rake db:sessions:create")
|
15
|
-
# ActionController::Base.session_store = :active_record_store
|
data/configs/locales/en.yml
DELETED
data/configs/routes.rb
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
ActionController::Routing::Routes.draw do |map|
|
2
|
-
# The priority is based upon order of creation: first created -> highest priority.
|
3
|
-
|
4
|
-
# Sample of regular route:
|
5
|
-
# map.connect 'products/:id', :controller => 'catalog', :action => 'view'
|
6
|
-
# Keep in mind you can assign values other than :controller and :action
|
7
|
-
|
8
|
-
# Sample of named route:
|
9
|
-
# map.purchase 'products/:id/purchase', :controller => 'catalog', :action => 'purchase'
|
10
|
-
# This route can be invoked with purchase_url(:id => product.id)
|
11
|
-
|
12
|
-
# Sample resource route (maps HTTP verbs to controller actions automatically):
|
13
|
-
# map.resources :products
|
14
|
-
|
15
|
-
# Sample resource route with options:
|
16
|
-
# map.resources :products, :member => { :short => :get, :toggle => :post }, :collection => { :sold => :get }
|
17
|
-
|
18
|
-
# Sample resource route with sub-resources:
|
19
|
-
# map.resources :products, :has_many => [ :comments, :sales ], :has_one => :seller
|
20
|
-
|
21
|
-
# Sample resource route with more complex sub-resources
|
22
|
-
# map.resources :products do |products|
|
23
|
-
# products.resources :comments
|
24
|
-
# products.resources :sales, :collection => { :recent => :get }
|
25
|
-
# end
|
26
|
-
|
27
|
-
# Sample resource route within a namespace:
|
28
|
-
# map.namespace :admin do |admin|
|
29
|
-
# # Directs /admin/products/* to Admin::ProductsController (app/controllers/admin/products_controller.rb)
|
30
|
-
# admin.resources :products
|
31
|
-
# end
|
32
|
-
|
33
|
-
# You can have the root of your site routed with map.root -- just remember to delete public/index.html.
|
34
|
-
# map.root :controller => "welcome"
|
35
|
-
|
36
|
-
# See how all your routes lay out with "rake routes"
|
37
|
-
|
38
|
-
# Install the default routes as the lowest priority.
|
39
|
-
# Note: These default routes make all actions in every controller accessible via GET requests. You should
|
40
|
-
# consider removing or commenting them out if you're using named routes and resources.
|
41
|
-
map.connect ':controller/:action/:id'
|
42
|
-
map.connect ':controller/:action/:id.:format'
|
43
|
-
end
|
data/configs/seeds.rb
DELETED
@@ -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
|
-
# Major.create(:name => 'Daley', :city => cities.first)
|
data/dispatches/config.ru
DELETED
data/dispatches/dispatch.fcgi
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# You may specify the path to the FastCGI crash log (a log of unhandled
|
4
|
-
# exceptions which forced the FastCGI instance to exit, great for debugging)
|
5
|
-
# and the number of requests to process before running garbage collection.
|
6
|
-
#
|
7
|
-
# By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log
|
8
|
-
# and the GC period is nil (turned off). A reasonable number of requests
|
9
|
-
# could range from 10-100 depending on the memory footprint of your app.
|
10
|
-
#
|
11
|
-
# Example:
|
12
|
-
# # Default log path, normal GC behavior.
|
13
|
-
# RailsFCGIHandler.process!
|
14
|
-
#
|
15
|
-
# # Default log path, 50 requests between GC.
|
16
|
-
# RailsFCGIHandler.process! nil, 50
|
17
|
-
#
|
18
|
-
# # Custom log path, normal GC behavior.
|
19
|
-
# RailsFCGIHandler.process! '/var/log/myapp_fcgi_crash.log'
|
20
|
-
#
|
21
|
-
require File.dirname(__FILE__) + "/../config/environment"
|
22
|
-
require 'fcgi_handler'
|
23
|
-
|
24
|
-
RailsFCGIHandler.process!
|
data/dispatches/dispatch.rb
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
|
4
|
-
|
5
|
-
# If you're using RubyGems and mod_ruby, this require should be changed to an absolute path one, like:
|
6
|
-
# "/usr/local/lib/ruby/gems/1.8/gems/rails-0.8.0/lib/dispatcher" -- otherwise performance is severely impaired
|
7
|
-
require "dispatcher"
|
8
|
-
|
9
|
-
ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
|
10
|
-
Dispatcher.dispatch
|