Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
ee5caed9
Commit
ee5caed9
authored
Aug 18, 2014
by
Paul Simpson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use consistent single quotes in README
parent
99d899d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.rdoc
README.rdoc
+3
-3
No files found.
README.rdoc
View file @
ee5caed9
...
@@ -51,7 +51,7 @@ Also, if you pass the -r option, it'll annotate routes.rb with the output of
...
@@ -51,7 +51,7 @@ Also, if you pass the -r option, it'll annotate routes.rb with the output of
Into Gemfile from rubygems.org:
Into Gemfile from rubygems.org:
gem 'annotate',
"~> 2.6.5"
gem 'annotate',
'~> 2.6.5'
Into Gemfile from Github:
Into Gemfile from Github:
...
@@ -137,11 +137,11 @@ executed whenever you run +rake db:migrate+ (but only in development mode).
...
@@ -137,11 +137,11 @@ executed whenever you run +rake db:migrate+ (but only in development mode).
If you want to disable this behavior permanently, edit the +.rake+ file and
If you want to disable this behavior permanently, edit the +.rake+ file and
change:
change:
'skip_on_db_migrate' =>
"false"
,
'skip_on_db_migrate' =>
'false'
,
To:
To:
'skip_on_db_migrate' =>
"true"
,
'skip_on_db_migrate' =>
'true'
,
If you want to run +rake db:migrate+ as a one-off without running annotate,
If you want to run +rake db:migrate+ as a one-off without running annotate,
you can do so with a simple environment variable, instead of editing the
you can do so with a simple environment variable, instead of editing the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment