Commit Graph

35 Commits

Author SHA1 Message Date
fwoelm c41af0aa72 Update DEVELOPER-ADVANCED.md
Fixed numbering of list items.
2014-11-20 15:35:17 -07:00
fwoelm d16f125f89 Update DEVELOPER-ADVANCED.md
Merged installation instruction for libpq-dev into step 4.
2014-11-20 15:34:09 -07:00
fwoelm c4fa0edde4 Update DEVELOPER-ADVANCED.md
To install the gem pg-0.15.1, you need to have libpq-dev installed. Otherwise bundle install will fail.
See http://stackoverflow.com/questions/16788062/error-running-gem-install-pg-v-0-15-1
2014-11-19 09:18:09 -07:00
David Santoso f2758a911f Remove database steps in DEVELOPER-ADVANCED.md 2014-10-17 22:55:31 -04:00
Sam d6f0004111 Update DEVELOPER-ADVANCED.md
ruby 2.1.3 not 1.9 ... no longer supported
2014-09-25 09:10:29 +10:00
Robin Ward de17c693fc Merge pull request #2487 from toolness/patch-2
Update DEVELOPER-ADVANCED.md with Sidekiq info
2014-07-01 11:28:47 -04:00
Atul Varma 3e728239d1 Add imagemagick to basic setup apt-get install.
Imagemagick is mentioned in the "first steps" section, but it's not actually listed anywhere in an `apt-get install` statements, which makes it easy to forget about, so I added it to the last such statement at the end of the basic setup section.
2014-07-01 10:36:54 -04:00
Atul Varma 35fa926d7d Update DEVELOPER-ADVANCED.md with Sidekiq info
I was confused as to why activation emails weren't showing up in Mailcatcher, and finally took a look at the non-advanced developer guide to find the mention of Sidekiq. I thought it would be appropriate to mention it here as well.
2014-07-01 10:12:52 -04:00
Adam Loving 5e57ff485c Update development docs regarding SMTP 2014-06-05 09:52:49 -07:00
Adam Loving a9bef1fb96 Add ImageMagick and a couple other notes to docs
Had to re-number the list.
2014-05-28 23:37:30 -07:00
Adam Derewecki afe666abdf Add `db:create` before `db:migrate` in advanced docs 2014-05-22 15:44:05 -07:00
Alexander Quine 3c3e24814b remove another reference to now-extinct db dumps 2014-04-30 21:08:56 -07:00
Dee Zsombor 568e16f3fb Remove documentation references to "pg_dumps/development-image.sql".
There is no such file. Seeding is accomplised via the rake tasks as of
9ab743f351.
2014-03-24 14:05:36 +01:00
Evan Flynn 5e936c812a Use --no-document instead of --no-rdoc/--no-ri.
gem says --rdoc and --ri options are deprecated.
2014-02-16 15:27:55 -05:00
Gaurish Sharma 432f9bf5cf Rake Commands can be chained
We can run all three setup related commands in one go, making it easier for people to copy-paste. Also it would be bit faster, I would imagine.
2013-08-30 18:26:59 +05:30
Robin Ward 45feafdacf Merge pull request #1374 from manzoid/install-doc
Clarify install doc wrt how to create databases
2013-08-24 08:28:22 -07:00
Tim Mansfield 07e7a44ddb Clarify install doc wrt how to create databases 2013-08-24 04:38:19 -07:00
John Paul Ashenfelter ab61584549 Be consistent with bundle exec
You need bundle exec for all of the commands, not just items 5 and 6
2013-08-20 14:42:10 -04:00
Jeff Taggart 6f58c75243 Update DEVELOPER-ADVANCED.md
A bit of help for running a fresh install on Linux.
2013-07-24 20:33:23 +01:00
Sam 6a4b3e6058 Merge pull request #895 from GlitchMr/readme-links
Use relative URLs, not absolute.
2013-05-26 17:46:14 -07:00
Michael Brown 6257c48613 Updated documentation
* added RVM option for single-user install
* clarified Web Server options
* bluepill sample config: create socket directory if it doesn't exist
* add multisite.yml.production-sample
* rename production.sample.rb (OCD)
* make two database.yml samples (one for dev, one for prod)
* fixed travis build (database.yml.sample renamed)
* fix other references to database.yml.sample
* clean up 'rvm requirements' instructions as per @mpapis
2013-05-25 00:07:45 -04:00
Konrad Borowski c377e7d1ce Use relative URLs, not absolute.
This helps if somebody would fork a GitHub repository, as the links
now lead to files in fork, not files in original repository. Also, it
makes more sense when reading Markdown files locally.
2013-05-24 16:32:45 +02:00
Sam b045c23ec4 Update DEVELOPER-ADVANCED.md 2013-05-18 09:12:57 +10:00
Chris Hunt 9c092366e0 Add explicit 'spec' rake tasks
This doesn't require auto-loading of rspec-rails and puts the 'spec'
task in the rake task list (rake -T)
2013-05-17 16:02:43 -07:00
Neil Lalonde 0784c3bbe9 Update DEVELOPER-ADVANCED.md 2013-03-24 23:49:40 -04:00
Neil Lalonde ff3028de07 Fix a typo and add a step to DEVELOPER-ADVANCED.md 2013-03-24 16:46:28 -04:00
Robin Ward ddff23cc27 Updated Vagrantfile to support Vagrant 1.1.2 - you will probably need to download
Vagrant again! http://downloads.vagrantup.com/
2013-03-20 22:14:26 -04:00
Sandy Vanderbleek 204dcc43a4 Use Diffy as DiffEngine implementation 2013-03-15 17:31:51 -07:00
Robin Ward ddf1f27633 Fixes #157 - Add mention of seed_fu to docs. 2013-02-26 12:45:56 -05:00
balpha a64d84d504 ActiveRecord requires the postgres server to speak English; add this fact to the docs 2013-02-24 14:42:37 +01:00
Robin Ward 28dc08e7ef Update docs/DEVELOPER-ADVANCED.md
Seed download link was wrong
2013-02-19 17:24:18 -05:00
Dan Neumann 7df5366aed fixed guide download link 2013-02-16 22:55:43 -06:00
Anthony Alberto f00aa30f63 Fixes Issue #37 . Going to a user profile now updates the meta title. Also fixed a minor DEV guide typo. 2013-02-14 16:11:54 -05:00
Robin Ward f1456f79bb Closes #114 - Typo fix by nitper 2013-02-14 10:33:22 -05:00
Marco Ceppi 6e945041e9 Re-organization of documents
Fix links to new /docs/ directory
2013-02-13 10:37:56 -05:00