1
0
Fork 0
Go to file
Andrew Tomaka 6933084926 Add line numbers
Line numbers are not supported by highlight.js.  This is hacked in through
JavaScript.  At page load, the number of new line characters are counted in the
code element.  Then, JavaScript loops through and adds a number and line break
to an empty div that is floated left.  This gives the appearence of line
numbers.
2014-03-09 15:25:15 -04:00
app Add line numbers 2014-03-09 15:25:15 -04:00
bin Gemfile updates and gem setup 2014-02-14 15:54:53 -05:00
config Fix deprecation warning 2014-02-14 15:54:54 -05:00
db Add inital base paste functionality 2014-02-14 15:54:54 -05:00
lib rails new tack2us 2014-02-14 15:54:53 -05:00
log rails new tack2us 2014-02-14 15:54:53 -05:00
public rails new tack2us 2014-02-14 15:54:53 -05:00
spec Improve layout flow / tests 2014-02-27 19:52:48 -05:00
test rails new tack2us 2014-02-14 15:54:53 -05:00
vendor/assets Setup highlight.js 2014-03-09 06:35:37 -04:00
.gitignore rails new tack2us 2014-02-14 15:54:53 -05:00
.rspec Use spork instead of spring 2014-02-14 15:54:53 -05:00
Gemfile Use thin instead of webrick 2014-02-14 15:54:53 -05:00
Gemfile.lock Use thin instead of webrick 2014-02-14 15:54:53 -05:00
Guardfile Use spork instead of spring 2014-02-14 15:54:53 -05:00
README.rdoc rails new tack2us 2014-02-14 15:54:53 -05:00
Rakefile rails new tack2us 2014-02-14 15:54:53 -05:00
config.ru rails new tack2us 2014-02-14 15:54:53 -05:00

README.rdoc

== README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...


Please feel free to use a different markup language if you do not plan to run
<tt>rake doc:app</tt>.