aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | add description of passing a block to `add_source` [ci skip]yuuji.yaginuma2015-09-101-1/+9
|/ / / / /
* | / / / Explicitly require AR/attribute where using itAkira Matsuda2015-09-101-0/+2
| |/ / / |/| | |
* | | | Merge pull request #21567 from y-yagi/fix_inspect_docZachary Scott2015-09-091-1/+1
|\ \ \ \
| * | | | fix wrong method used in the TimeWithZone#inspect method docs [ci skip]yuuji.yaginuma2015-09-101-1/+1
* | | | | Merge pull request #21333 from imtayadeway/ar-querying-docsEileen M. Uchitelle2015-09-091-17/+16
|\ \ \ \ \
| * | | | | [ci skip] Update MySQL docs reference to latestTim Wade2015-09-091-1/+1
| * | | | | [ci skip] Improve readability in AR querying guideTim Wade2015-09-091-16/+15
* | | | | | remove dead code.Yves Senn2015-09-092-7/+1
* | | | | | Update documentation to reflect Rack::Session::Abstract changeseileencodes2015-09-091-1/+1
* | | | | | Handle Content-Types that are not :json, :xml, or :url_encoded_formeileencodes2015-09-092-2/+30