Commit Graph

35 Commits

Author SHA1 Message Date
Akira Matsuda
abbf7bfa70 http://gembundler.com/ => http://bundler.io/ 2014-08-19 16:49:15 +09:00
Arun Agrawal
da4d841e16 Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] 2014-05-16 23:09:05 +02:00
Yves Senn
b231825f3e Revert "Merge pull request #14940 from arunagw/hbakhtiyor-test-db-namespaces-ar"
This reverts commit fe9859600824268ff614cb3eb48b62c7165a1fbd, reversing
changes made to add9560643ef79830febf47fa1228752d1df3502.
2014-05-03 20:08:15 +02:00
Arun Agrawal
2de846852a Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] 2014-05-03 19:34:18 +02:00
Jarmo Isotalo
2bc0271e3d Added OS X specific commands to installation guide [ci skip]
Recommended using homebrew for installing MySQL and PostgreSQL
2014-04-07 00:07:46 +03:00
Yasuo Honda
eb9ced882d Update grant statement to address #13549 2014-01-01 09:25:47 +09:00
Vijay Dev
ab0cbff07e Merge branch 'master' of github.com:rails/docrails 2013-08-31 00:49:27 +05:30
Xavier Noria
b77f25cb84 cleans the guides sources from fancy non-ASCII stuff 2013-08-23 17:59:11 +02:00
wangjohn
de2043ade6 Document ability to run a single test. 2013-08-21 18:03:59 -05:00
wangjohn
ae54e41824 Removing merge conflict remnants in the guides. 2013-08-21 16:34:36 -04:00
Guillermo Iguaran
d1b618b50a Merge pull request #11914 from pawel2105/development-dependencies-guides-fix
Memcached note for Rails guides [ci skip]
2013-08-18 15:11:25 -07:00
Vijay Dev
9abe72c760 Merge branch 'master' of github.com:rails/docrails
Conflicts:
	actionview/README.rdoc
	activerecord/lib/active_record/migration.rb
	guides/source/development_dependencies_install.md
	guides/source/getting_started.md
2013-08-17 21:49:16 +05:30
Vijay Dev
ec8ef1e105 Revert "Merge branch 'master' of github.com:rails/docrails"
This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing
changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9.

Seems to be a code merge done by mistake.
2013-08-17 21:46:39 +05:30
Pawel Janiak
7889e3da6c Add note about installing and running Memcached for Rails test suite tests that depend on it. [ci skip] 2013-08-16 14:37:32 +02:00
Robin Dupret
1bb9771040 Add installation instructions for FreeBSD [ci skip]
Add packages required to setup the rails environment on FreeBSD.
2013-07-29 15:46:29 +02:00
Robin Dupret
741fdbfcf4 Fix lixml2 to libxml2 [ci skip] 2013-07-28 12:19:54 +02:00
Damien Mathieu
3f29a65cd5 Refix my misreading of the diff
sorry @robin850.
Thanks @fxn
2013-07-26 12:23:33 +02:00
Damien Mathieu
8b8d7f9721 Revert "Fix the SQLite gem name"
This reverts commit 700c6c65bcce17d4c61423ceaef031bcbe203337.

Bot the `sqlite3` and `sqlite3-ruby` gems exist.
https://rubygems.org/gems/sqlite3
https://rubygems.org/gems/sqlite3-ruby

In fact, they both point to the same github repository.
https://github.com/luislavena/sqlite3-ruby

However, the last one hasn't been released since 2011, while the first
one keeps getting regular releases.
2013-07-26 12:05:42 +02:00
Robin Dupret
1565821c34 Add packages list for ArchLinux [ci skip]
Add the packages required on Arch Linux when setting up the development
dependencies
2013-07-24 18:12:00 +02:00
Robin Dupret
700c6c65bc Fix the SQLite gem name 2013-07-24 17:23:00 +02:00
Jonathan Roes
2cf86936b7 Clean up the wording in a few places 2013-05-01 23:18:24 -03:00
Jonathan Roes
72bde8484f Add a few overview bullet points 2013-05-01 23:14:33 -03:00
Vijay Dev
8476932aac copy edits [ci skip] 2013-05-01 16:10:08 +05:30
Prathamesh Sonpatki
3f52e5aa16 Updated link to peepcode Git screencast 2013-04-14 13:58:31 +05:30
Roman Shmatov
f31e60d9dd update git links 2013-04-13 21:16:59 +06:00
Vipul A M
d35b76283b Add new DB rake tasks to the contributing section. 2013-01-23 20:45:31 +05:30
Rafael Mendonça França
2d6b406549 Merge pull request #8469 from kytrinyx/explicit-mysql-instructions
Include command to create mysql user

[ci skip]
2012-12-09 08:33:17 -08:00
Katrina Owen
21d87f77f8 Include command to create mysql user
The guide mentions that the 'rails' user is needed, but doesn't
explicitly include the command to do so.
2012-12-09 17:24:33 +01:00
Steve Klabnik
d16a1b9e8b Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides.
After this commit, we use the same one everywhere.
2012-11-29 14:25:02 -08:00
Agis Anastasopoulos
bf9ddc4e4d Add links to TryGit & official documentation 2012-11-15 21:32:56 +02:00
burningTyger
8dabfbebdb use em-dashes instead of two minuses in guides 2012-11-10 23:00:00 +01:00
Rafael Mendonça França
9eeb00976d Revert "divided into folder with the language"
This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252.

REASON: Translation work can not be done in the docrails repository
2012-10-17 10:15:55 -03:00
Rodrigo Martins
f5b9ed4fbc divided into folder with the language 2012-10-17 03:34:10 -03:00
Arturo Pie
058ae7e1c9 Fix small typo in development_dependencies_install
Fix small typo a link to bundler page in development_dependencies_install.md
2012-10-12 12:03:47 -03:00
Xavier Noria
7c2d33bd86 extracts manual development dependencies installation to a new non-promoted guide
The purpose of this refactor is twofold:

  * Emphasize the Rails development box as
    the recommended way to setup a dev
    environment by taking out the rest of
    the instructions.

  * Lighten the contributing guide, this
    non-essential information takes a
    disproportionate amount of space now
    that we have the rails-dev-box.
2012-09-20 00:02:47 +02:00