Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Commits
731de487
Commit
731de487
authored
13 years ago
by
Eric Davis
Browse files
Options
Downloads
Patches
Plain Diff
[#453] Upgrade to Rails 2.3.12
parent
95b19953
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Gemfile
+2
-1
2 additions, 1 deletion
Gemfile
config/environment.rb
+1
-1
1 addition, 1 deletion
config/environment.rb
lib/tasks/documentation.rake
+1
-1
1 addition, 1 deletion
lib/tasks/documentation.rake
with
4 additions
and
3 deletions
Gemfile
+
2
−
1
View file @
731de487
source
:rubygems
gem
"
rails
"
,
"2.3.1
1
"
gem
"
rails
"
,
"2.3.1
2
"
gem
"
coderay
"
,
"~> 0.9.7"
gem
"
i18n
"
,
"~> 0.4.2"
gem
"
rubytree
"
,
"~> 0.5.2"
,
:require
=>
'tree'
gem
"
rdoc
"
group
:test
do
gem
'
shoulda
'
,
'~> 2.10.3'
...
...
This diff is collapsed.
Click to expand it.
config/environment.rb
+
1
−
1
View file @
731de487
...
...
@@ -18,7 +18,7 @@
# ENV['RAILS_ENV'] ||= 'production'
# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION
=
'2.3.1
1
'
unless
defined?
RAILS_GEM_VERSION
RAILS_GEM_VERSION
=
'2.3.1
2
'
unless
defined?
RAILS_GEM_VERSION
# Bootstrap the Rails environment, frameworks, and default configuration
require
File
.
join
(
File
.
dirname
(
__FILE__
),
'boot'
)
...
...
This diff is collapsed.
Click to expand it.
lib/tasks/documentation.rake
+
1
−
1
View file @
731de487
...
...
@@ -18,7 +18,7 @@ Rake::Task["doc/app/index.html"].clear
namespace
:doc
do
desc
"Generate documentation for the application. Set custom template with TEMPLATE=/path/to/rdoc/template.rb or title with TITLE=
\"
Custom Title
\"
"
Rake
::
RDocTask
.
new
(
"app"
)
{
|
rdoc
|
RDoc
::
Task
.
new
(
"app"
)
{
|
rdoc
|
rdoc
.
rdoc_dir
=
'doc/app'
rdoc
.
template
=
ENV
[
'template'
]
if
ENV
[
'template'
]
rdoc
.
title
=
ENV
[
'title'
]
||
"ChiliProject"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment