aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [getting started] rename initial 'meat' section of guide to 'Laying down the ...Ryan Bigg2012-03-141-1/+1
| * | | | [getting started] correct typo in welcome/index.html.erb template pathRyan Bigg2012-03-141-1/+1
| * | | | [getting started] Improve explanation around initial controller generator usageRyan Bigg2012-03-141-1/+1
| * | | | [getting started] remove indentation for get 'posts/new'Ryan Bigg2012-03-141-1/+1
| * | | | [getting started] Reworking beginnings of the 'meat' of the guideRyan Bigg2012-03-141-44/+31
| * | | | [getting started] Default root route in config/routes.rb is for a welcome con...Ryan Bigg2012-03-141-5/+5
| * | | | [getting started] add warning that guide is being worked on (just for edge)Ryan Bigg2012-03-141-0/+2
| * | | | [getting started] Link to Bundler website when explaining Gemfile[.lock]Ryan Bigg2012-03-141-1/+1
| * | | | [getting started] Improve prose for initial routing sectionRyan Bigg2012-03-141-6/+5
| * | | | [getting started] mention generators early on, when rails new is mentioned.Ryan Bigg2012-03-141-3/+4
| * | | | [getting started] briefly explain what a controller and view areRyan Bigg2012-03-141-1/+8
| * | | | [getting started] more line lengtheningRyan Bigg2012-03-141-63/+18
| * | | | [getting started] fix lines that are too short.Ryan Bigg2012-03-141-5/+1
| * | | | [getting started] update Rails version to 3.2.2Ryan Bigg2012-03-141-1/+1
| * | | | [getting started] *THE* way to install Rails is by running +gem install+. You...Ryan Bigg2012-03-141-2/+1
| * | | | [getting started] Remove super-early mention of REST from Getting Started guide.Ryan Bigg2012-03-141-148/+1
| * | | | Move database configuration section from Getting Started Guide into Configura...Ryan Bigg2012-03-142-140/+93
| * | | | Minor clarification in documentation language and spellingMatthew Daubert2012-03-131-4/+4
* | | | | Merge pull request #5480 from drogus/rendering-issuesJosé Valim2012-03-178-0/+46
* | | | | Merge pull request #5321 from pfeiffer/uniqueness_validator_conditionsJosé Valim2012-03-172-2/+30
|\ \ \ \ \
| * | | | | Correct grammar in documentationMattias Pfeiffer2012-03-071-1/+1
| * | | | | Change syntax to accept an AR::Relation instead of old conditions hash/array.Mattias Pfeiffer2012-03-072-4/+10
| * | | | | Add :conditions option to uniqueness validatorMattias Pfeiffer2012-03-072-2/+24
* | | | | | Merge pull request #5487 from kennyj/should_use_argumentJosé Valim2012-03-171-1/+1
|\ \ \ \ \ \
| * | | | | | Should use an argument in http_digest_authentication_test.rbkennyj2012-03-171-1/+1
|/ / / / / /
* | | | | | Merge pull request #5470 from sandeepravi/warning_fixesJosé Valim2012-03-171-0/+5
|\ \ \ \ \ \
| * | | | | | fixed - warning: instance variable @controller not initializedSandeep2012-03-161-0/+5
* | | | | | | Merge pull request #5483 from luke-gru/gemfile_changeJosé Valim2012-03-171-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | switch rack-test in Gemfile to using git protocolLuke Gruber2012-03-161-1/+1
* | | | | | | Merge pull request #5484 from luke-gru/consistent_module_namingXavier Noria2012-03-163-6/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | use consistent explicit module inclusionLuke Gruber2012-03-163-6/+6
|/ / / / / /
* | | | | | Merge pull request #5475 from rafaelfranca/fix-buildPiotr Sarnacki2012-03-161-12/+15
|\ \ \ \ \ \
| * | | | | | Fix ActiveRecord::Relation#blank? testsRafael Mendonça França2012-03-161-12/+15
|/ / / / / /
* | | | | | use empty? on the hash to avoid another method callAaron Patterson2012-03-161-1/+1
* | | | | | removed unnecessary calls to "freeze"Aaron Patterson2012-03-161-2/+1
* | | | | | remove some mocha stubsAaron Patterson2012-03-161-6/+11
* | | | | | make stubbing Time.now easierAaron Patterson2012-03-161-1/+7
* | | | | | Merge pull request #5469 from yakko/masterJosé Valim2012-03-161-0/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | test relation presence fixThiago Almeida2012-03-161-4/+4
| * | | | | tests for Relation .present? and .blank? are check cases and shouldn't force ...Thiago Almeida2012-03-161-0/+19
* | | | | | Merge pull request #5468 from sandeepravi/warning_fixesSantiago Pastorino2012-03-161-1/+1
|\ \ \ \ \ \
| * | | | | | fixed - warning: ambiguous first argument; put parentheses or even spacesSandeep2012-03-161-1/+1
|/ / / / / /
* | | | | | Speed up mass assignment by avoiding extra loops.José Valim2012-03-161-7/+5
* | | | | | Merge pull request #5467 from bogdan/initialize_callbacksJosé Valim2012-03-161-1/+1
|\ \ \ \ \ \
| * | | | | | ActiveRecord::Core#initialize: improve performanceBogdan Gusiev2012-03-151-1/+1
* | | | | | | Merge pull request #5466 from carlosantoniodasilva/as-reviewJosé Valim2012-03-169-71/+36
|\ \ \ \ \ \ \
| * | | | | | | Remove deprecation from AS::Deprecation behavior, some minor cleanupsCarlos Antonio da Silva2012-03-169-71/+36
|/ / / / / / /
* | | | | | | Merge pull request #5465 from sandeepravi/warning_fixesJosé Valim2012-03-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fixed - warning: assigned but unused variable - checkerSandeep2012-03-161-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #5365 from avakhov/ac-layouts-excpetion-msgsPiotr Sarnacki2012-03-161-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |