Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15304 from JohnKellyFerguson/guides-4.1.1 | Xavier Noria | 2014-05-25 | 6 | -58/+61 |
|\ | | | | | Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip] | ||||
| * | Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip] | John Kelly Ferguson | 2014-05-24 | 6 | -58/+61 |
| | | |||||
* | | integration tests do not need to load fixtures by hand | Xavier Noria | 2014-05-25 | 2 | -8/+0 |
|/ | | | | | I don't know when this changed, checked back up to 3.2 and integration tests instantiate fixtures just fine. | ||||
* | Improve readability of Explain Queries table in guides [ci skip] | John Kelly Ferguson | 2014-05-24 | 2 | -16/+41 |
| | |||||
* | Merge pull request #13988 from zzak/guides_configuring_reverse_proxy | Zachary Scott | 2014-05-24 | 1 | -4/+38 |
|\ | | | | | [Guides] Add documentation for using Rails with a reverse proxy [ci skip] | ||||
| * | Add documentation for using Rails with a reverse proxy | Zachary Scott | 2014-05-24 | 1 | -4/+38 |
| | | |||||
* | | resolved reorder issue in rails active record guide | peeyush | 2014-05-23 | 1 | -2/+4 |
| | | |||||
* | | Do not gsub non ASCII characters in header anchor. | Juanito Fatas | 2014-05-22 | 1 | -2/+1 |
| | | |||||
* | | Update CHANGELOG.md | Guillermo Iguaran | 2014-05-21 | 1 | -4/+4 |
| | | | | | | Most recent change should be moved to the top | ||||
* | | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] | John Kelly Ferguson | 2014-05-21 | 20 | -655/+658 |
| | | |||||
* | | Merge pull request #15231 from ↵ | Guillermo Iguaran | 2014-05-21 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | khusnetdinov/fix_typo_guides_active_support_instrumentation Fix typo guides/source/active_support_instrumentation.md [ci-skip] | ||||
| * | | Fix typo guides/source/active_support_instrumentation.md | Marat Khusnetdinov | 2014-05-22 | 1 | -1/+1 |
| | | | |||||
* | | | fixes in active record query for reorder | peeyush | 2014-05-21 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #15191 from camsong/master | Yves Senn | 2014-05-20 | 1 | -2/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Distinguish rake assets:clobber from rake assets:clean [ci skip] | ||||
| * | | | Distinguish rake assets:clobber from rake assets:clean | cam song | 2014-05-20 | 1 | -2/+5 |
| | | | | |||||
* | | | | Use generated binstubs in guides examples. | Josef Šimánek | 2014-05-20 | 16 | -108/+108 |
|/ / / | | | | | | | | | | [ci skip] | ||||
* | | | Merge pull request #15155 from dskang/digest | Rafael Mendonça França | 2014-05-19 | 2 | -8/+26 |
|\ \ \ | |/ / |/| | | Default config.assets.digests to true in development | ||||
| * | | Default config.assets.digests to true in development | Dan Kang | 2014-05-17 | 2 | -8/+26 |
| | | | |||||
* | | | Merge pull request #14962 from arunagw/aa-fix-rake-activerecord | Yves Senn | 2014-05-19 | 2 | -6/+6 |
|\ \ \ | | | | | | | | | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | ||||
| * | | | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | Arun Agrawal | 2014-05-16 | 2 | -6/+6 |
| | |/ | |/| | |||||
* | | | pg guide, move introductory sentences into main content. [ci skip] | Yves Senn | 2014-05-19 | 1 | -7/+7 |
| | | | | | | | | | | | | This is a reaction to https://github.com/rails/rails/commit/7ca75f3789e316b6f3dc1f8000ec4f85c8ba32ea#commitcomment-6303828 | ||||
* | | | A tiny pass through the PostgreSQL guide [ci skip] | Robin Dupret | 2014-05-18 | 1 | -3/+4 |
| | | | |||||
* | | | copy edits[ci skip] | Vijay Dev | 2014-05-18 | 1 | -7/+6 |
| | | | |||||
* | | | remove ecosystem link that is broken | Gaurav Sharma | 2014-05-18 | 1 | -1/+0 |
| |/ |/| | |||||
* | | Document method visibility for designing API docs. [ci skip] | Zachary Scott | 2014-05-17 | 1 | -0/+34 |
| | | | | | | | | cc https://github.com/rails/rails/issues/14848#issuecomment-41198795 | ||||
* | | fix symbol | regonn | 2014-05-17 | 1 | -1/+1 |
| | | |||||
* | | prefer file name instead of filename [ci skip] | Vijay Dev | 2014-05-17 | 1 | -2/+2 |
| | | |||||
* | | fixed capitalizations [ci skip] | SA | 2014-05-17 | 1 | -3/+3 |
| | | | | | | jQuery, SQLite3 and Unicorn use these respective capitalizations pretty much everywhere else in the comment sections of the project. | ||||
* | | Replace first person point of view on guides. | Hendy Tanata | 2014-05-16 | 3 | -11/+11 |
| | | | | | | | | [skip ci] | ||||
* | | doc, pg `hstore` and `json` columns are mapped as `Hash`. [ci skip] | Yves Senn | 2014-05-17 | 1 | -0/+8 |
| | | | | | | | | Closes #15141. | ||||
* | | remove trailing whitespace. [ci skip] | Yves Senn | 2014-05-17 | 2 | -4/+4 |
|/ | |||||
* | Merge pull request #15021 from hubertlepicki/allow_custom_host_in_asset_url | Rafael Mendonça França | 2014-05-16 | 1 | -0/+8 |
|\ | | | | | | | Allow custom asset host to be passed in asset_url | ||||
| * | Improve documentation for asset_url | Hubert Łępicki | 2014-05-08 | 1 | -0/+8 |
| | | | | | | | | Updated CHANGELOG.md with entry about :host in asset_url | ||||
* | | Document conflicts in `db/schema.rb` [ci skip] | Leandro Facchinetti | 2014-05-16 | 1 | -0/+5 |
| | | |||||
* | | Update Redcarpet to 3.1.2 | Robin Dupret | 2014-05-14 | 2 | -3/+3 |
| | | | | | | | | | | | | | | This version fixes an API breakage between 3.0 and 3.1 ; the header method's arity should not have changed. [ci skip] | ||||
* | | Merge pull request #15095 from JuanitoFatas/doc/generators | Rafael Mendonça França | 2014-05-13 | 1 | -2/+2 |
|\ \ | | | | | | | [ci skip] Fix two factual errors and highlight code in generators guide. | ||||
| * | | [ci skip] Fix a factual error and highlight code in generators guide. | Juanito Fatas | 2014-05-14 | 1 | -2/+2 |
| | | | |||||
* | | | Remove falsy deprecation note in AS guides [ci skip] | Genadi Samokovarov | 2014-05-13 | 1 | -1/+1 |
|/ / | | | | | This is no longer true as @jeremy removed the deprecation in 7a5601c. | ||||
* | | typo: resulution -> resolution [ci skip] | Godfrey Chan | 2014-05-12 | 1 | -1/+1 |
| | | |||||
* | | pg guide, PostgreSQL legacy table view example. [ci skip] | Yves Senn | 2014-05-11 | 1 | -0/+59 |
| | | |||||
* | | Merge pull request #15029 from JuanitoFatas/docpatch/routing | Rafael Mendonça França | 2014-05-08 | 1 | -11/+11 |
|\ \ | | | | | | | [ci skip] Minor improvements on routing.md. | ||||
| * | | [ci skip] Minor improvements on routing.md. | Juanito Fatas | 2014-05-09 | 1 | -11/+11 |
| | | | |||||
* | | | pg guide, inet code example. [ci skip] | Yves Senn | 2014-05-08 | 1 | -3/+29 |
| |/ |/| | |||||
* | | Branch name should match in text and code example. | Ivan Tse | 2014-05-08 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | fixed typos in active_record basics [skip ci] | vanderhoop | 2014-05-07 | 1 | -2/+2 |
| | | |||||
* | | Update links to new rails version in guides [ci skip] | Arun Agrawal | 2014-05-07 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] Add feature section and normalize prologue with other guides. | Juanito Fatas | 2014-05-07 | 1 | -3/+12 |
|/ | | | | | | Also change Json => JSON. Fill Ruby's Range & IPAddr link. | ||||
* | fix guides mobile nav issue [ci skip] | Greg Molnar | 2014-05-06 | 1 | -1/+4 |
| | |||||
* | typo [ci skip] | Xavier Noria | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #14997 from jpcody/nested_value_i18n | Rafael Mendonça França | 2014-05-06 | 1 | -0/+13 |
|\ | | | | | Include label value in i18n attribute lookup |