aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Update to Ryan's new book per his suggestionJonathan Roes2013-04-121-1/+1
| * | | minor edit on StatementCache documentation [ci skip]Francesco Rodriguez2013-04-121-1/+1
| * | | Fix links containing stray colonsBenjamin Tan Wei Hao2013-04-121-4/+4
| * | | Fix StatementCache docs format [ci skip]Francesco Rodriguez2013-04-111-5/+5
* | | | Merge pull request #10207 from epiclabs/use_define_singleton_methodXavier Noria2013-04-131-4/+2
|\ \ \ \
| * | | | use define_singleton_method instead of class_evalFrancesco Rodriguez2013-04-131-4/+2
|/ / / /
* | | | Merge pull request #10206 from epiclabs/nodoc_for_missing_methodXavier Noria2013-04-131-1/+1
|\ \ \ \
| * | | | Add :nodoc: mark to PerThreadRegistry#method_missing [ci skip]Francesco Rodriguez2013-04-131-1/+1
|/ / / /
* | | | Merge pull request #10204 from shmatov/update-git-linksGuillermo Iguaran2013-04-132-3/+3
|\ \ \ \
| * | | | update git linksRoman Shmatov2013-04-132-3/+3
|/ / / /
* | | | hides the per thread registry instance, and caches singleton methodsXavier Noria2013-04-134-30/+32
* | | | Merge pull request #10201 from vipulnsward/remove_unused_var_in_guidesCarlos Antonio da Silva2013-04-131-1/+1
|\ \ \ \
| * | | | remove unused variableVipul A M2013-04-131-1/+1
* | | | | removes calls to AR::Runtime.instanceXavier Noria2013-04-133-6/+6
* | | | | simplifies the RDoc of AR::RuntimeRegistryXavier Noria2013-04-131-20/+5
* | | | | complete rewrite of the documentation of AS::PerThreadRegistryXavier Noria2013-04-132-22/+25
* | | | | Revert "Merge pull request #10194 from pabloh/extract_regexp_at_generators_te...Carlos Antonio da Silva2013-04-121-3/+1
* | | | | Merge pull request #10194 from pabloh/extract_regexp_at_generators_testing_as...Carlos Antonio da Silva2013-04-121-1/+3
|\ \ \ \ \
| * | | | | Extract method declaration regexp into a constantPablo Herrero2013-04-121-1/+3
* | | | | | Merge pull request #10195 from jetthoughts/eager_load_on_rake_execution_testsJosé Valim2013-04-121-0/+17
|\ \ \ \ \ \
| * | | | | | Added tests for `eager_load` config option to do not eager load for rake task...Paul Nikitochkin2013-04-121-0/+17
|/ / / / / /
* | | | | | Merge pull request #10192 from senny/align_expression_outputsCarlos Antonio da Silva2013-04-121-7/+7
|\ \ \ \ \ \
| * | | | | | align the result of expressions vertically [ci skip].Yves Senn2013-04-121-7/+7
* | | | | | | Merge pull request #9639 from BanzaiMan/chatham_islands_timeGuillermo Iguaran2013-04-121-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add Chatham Islands Time (UTC+1245) support.Hiro Asari2013-04-121-1/+2
|/ / / / / /
* | | | | | Merge pull request #10190 from senny/changelog_cleanupCarlos Antonio da Silva2013-04-125-22/+25
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | use unified and clean formatting in CHANGELOGS. [ci skip]Yves Senn2013-04-125-22/+25
|/ / / / /
* | | | | replaces Pathname#(dirname|realpath) with File.$1Xavier Noria2013-04-121-7/+2
* | | | | Merge pull request #10179 from vipulnsward/refactor_order_hash_testSantiago Pastorino2013-04-111-5/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | refactor order hash testVipul A M2013-04-111-5/+1
* | | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-04-1169-289/+421
|\ \ \ \ \
| * | | | | add wip for the action view guide [ci skip]Vijay Dev2013-04-111-0/+1
| * | | | | Merge pull request #136 from bricestacey/masterFrancesco Rodríguez2013-04-111-1/+1
| |\ \ \ \ \
| | * | | | | Unabbreviate AP to ActionPackBrice Stacey2013-04-101-1/+1
| |/ / / / /
| * | | | | Updated Singular Resource shorthand to mention shorthand without controller n...Oliver Jakubiec2013-04-101-0/+6
| * | | | | improve accuracy of simple_format documentation. span doesn't get sanitized.RSL2013-04-091-2/+5
| * | | | | Merge pull request #135 from dalton/masterdalton2013-04-091-13/+13
| |\ \ \ \ \
| | * | | | | User is not part of the Blorgh domain, so user_class doesn't make sense. Thi...Adam Dalton2013-04-081-13/+13
| * | | | | | JoinPart is no longer an abstract classNeeraj Singh2013-04-081-1/+1
| |/ / / / /
| * | | | | Merge pull request #134 from igas/masterIgor Kapkov2013-04-081-8/+9
| |\ \ \ \ \
| | * | | | | Getting Started Guide: add missing PATCHIgor Kapkov2013-04-071-8/+9
| * | | | | | Here was a 404 error: Active Record ValidationsZoltan Debre2013-04-071-1/+1
| |/ / / / /
| * | | | | Added a table of html status symolsIain Beeston2013-04-071-1/+56
| * | | | | Improve some variable naming for the integration test in the testing guide. [...Dan Erikson2013-04-061-5/+5
| * | | | | Corrected model test directory to be test/models instead of test/unit.Dan Erikson2013-04-061-2/+2
| * | | | | Typo fixCarson McDonald2013-04-051-3/+3
| * | | | | GrammarJonathan Roes2013-04-051-11/+11
| * | | | | Remove deprecated attr_accessible mentionAndrea2013-04-051-4/+1
| * | | | | Change deprecated validates_presence_ofZoltan Debre2013-04-051-1/+1
| * | | | | Merge pull request #133 from chandresh/masterChandresh Pant2013-04-051-0/+0
| |\ \ \ \ \