aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21644 from AvnerCohen/i18n_backendClaudio B.2015-09-161-1/+1
|\
| * Update documentation to remove 'desirable' suggestion for what is not a clear...Avner Cohen2015-09-161-1/+1
* | Merge pull request #21618 from designgrill/masterEileen M. Uchitelle2015-09-162-5/+3
|\ \ | |/ |/|
| * Improved explanation of the <script> tag CSRF behaviorAnshul Agrawal2015-09-142-5/+3
* | Merge pull request #21640 from yahonda/doc_remove_default_nullArthur Nogueira Neves2015-09-151-2/+2
|\ \
| * | [ci skip] Remove `DEFAULT NULL` from examplesYasuo Honda2015-09-161-2/+2
|/ /
* | Merge pull request #21634 from JuanitoFatas/feature/fewer-rack-env-direct-man...Kasper Timm Hansen2015-09-151-1/+1
|\ \
| * | Use rack.session_options instead of directly change envJuanito Fatas2015-09-161-1/+1
* | | Merge pull request #21623 from schneems/schneems/schema-migration-docsRichard Schneeman2015-09-151-1/+5
|\ \ \ | |/ / |/| |
| * | Doc SchemaMigration class.schneems2015-09-141-1/+5
* | | fewer direct env manipulationsAaron Patterson2015-09-152-2/+2
* | | allocate request objects with the env hash, set routes on the requestAaron Patterson2015-09-152-9/+6
* | | Merge pull request #21606 from Eric-Guo/masterRafael Mendonça França2015-09-151-2/+0
|\ \ \
| * | | Bundler tzinfo-data in windows, even first generated new app are MacEric Guo2015-09-151-2/+0
* | | | Merge pull request #20848 from deivid-rodriguez/fix_undefined_method_error_on...Arthur Nogueira Neves2015-09-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix undefined method error on exceptionDavid Rodríguez2015-07-111-1/+1
* | | | Merge pull request #20897 from lukechesser/guide-fix-for-acceptance-validationArthur Nogueira Neves2015-09-141-3/+7
|\ \ \ \
| * | | | Update validation guide for acceptance methodLuke Chesser2015-07-161-3/+7
* | | | | only "normalize" onceAaron Patterson2015-09-141-1/+1
* | | | | Do not use conditionals at GemfileRafael Mendonça França2015-09-142-12/+7
* | | | | create a new renderer instance on calls to `for`Aaron Patterson2015-09-142-55/+49
* | | | | eagerly allocate the renderer objectAaron Patterson2015-09-143-9/+10
* | | | | initialize `@renderer` to avoid ivar warningsAaron Patterson2015-09-141-1/+8
* | | | | add a lock when allocating the rendererAaron Patterson2015-09-141-1/+5
* | | | | Merge pull request #21616 from claudiob/fix-21122Rafael Mendonça França2015-09-141-68/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove AS methods that are never invokedclaudiob2015-09-131-68/+6
* | | | | `rack_response` should use the status it's givenAaron Patterson2015-09-141-1/+1
* | | | | Merge pull request #21619 from kamipo/fix_doc_of_text_limitClaudio B.2015-09-141-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix doc of limit option for a text column [ci skip]Ryuta Kamizono2015-09-141-2/+2
|/ / / /
* | | | Merge pull request #21617 from lunks/patch-1Claudio B.2015-09-131-1/+2
|\ \ \ \
| * | | | Fix HSTS default expire in ActionDispatch::SSL docs.Pedro Nascimento2015-09-141-1/+2
|/ / / /
* | | | Merge pull request #21611 from amitsuroliya/improve_docsXavier Noria2015-09-131-1/+1
|\ \ \ \
| * | | | fix typo intance -> instance in ActionView [ci skip] amitkumarsuroliya2015-09-131-1/+1
|/ / / /
* | | | Merge pull request #21591 from kamipo/text_and_blob_limit_is_byte_lengthRafael Mendonça França2015-09-131-2/+2
|\ \ \ \
| * | | | TEXT and BLOB limit is byte length, not character length.Ryuta Kamizono2015-09-111-2/+2
* | | | | Merge pull request #21568 from amitsuroliya/mysql_version_updateRafael Mendonça França2015-09-138-12/+12
|\ \ \ \ \
| * | | | | Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-108-12/+12
* | | | | | Merge pull request #21604 from amitsuroliya/remove_wrong_docsRafael Mendonça França2015-09-121-2/+1
|\ \ \ \ \ \
| * | | | | | Improving `in_time_zone` docs [ci skip]amitkumarsuroliya2015-09-131-2/+1
|/ / / / / /
* | | | | | Merge pull request #21602 from Eric-Guo/masterRafael Mendonça França2015-09-122-29/+38
|\ \ \ \ \ \
| * | | | | | Ruby 2.2.3 in windows need nokogiri 1.6.7.rc3 as it's the only version having...Eric Guo2015-09-122-29/+38
* | | | | | | Merge pull request #21603 from Eric-Guo/dev_edge_commonYves Senn2015-09-121-10/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | dev and edge have some common, so factor it out.Eric Guo2015-09-131-10/+7
|/ / / / / /
* | | | | | Merge pull request #21596 from JuanitoFatas/perf/strip-heredocXavier Noria2015-09-121-2/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Improve String#strip_heredocJuanito Fatas2015-09-121-2/+1
|/ / / / /
* | | | | Merge pull request #21585 from lachlanjc/patch-1Eileen M. Uchitelle2015-09-101-1/+1
|\ \ \ \ \
| * | | | | Remove RHTML reference in Action Controller docs [ci skip]Lachlan Campbell2015-09-101-1/+1
|/ / / / /
* | | | | Merge pull request #21584 from claudiob/remove-hawd-docClaudio B.2015-09-101-3/+2
|\ \ \ \ \
| * | | | | Remove wrong doc line about AC::Parametersclaudiob2015-09-101-3/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #21575 from y-yagi/description_of_passing_block_to_add_sourceYves Senn2015-09-101-1/+9
|\ \ \ \ \