| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove blank trailing comments | Henrik Hodne | 2012-05-20 | 10 | -23/+0 |
* | Add CHANGELOG entry for #6369 & #6391 | Andrew White | 2012-05-19 | 1 | -0/+2 |
* | Remove delegated methods from generators test case | Carlos Antonio da Silva | 2012-05-19 | 1 | -1/+0 |
* | Remove warning in namespaced generator test | Carlos Antonio da Silva | 2012-05-19 | 1 | -1/+1 |
* | Fix railties tests | Piotr Sarnacki | 2012-05-19 | 1 | -1/+1 |
* | Improve `rake routes` output for redirects - closes #6369. | Andrew White | 2012-05-19 | 2 | -5/+8 |
* | Fix inspecting route redirections, closes #6369 | Łukasz Strzałkowski | 2012-05-18 | 2 | -2/+11 |
* | More DRY route inspect tests | Łukasz Strzałkowski | 2012-05-18 | 1 | -26/+18 |
* | Revert changes related to `bundle install` fixes in `rails new` | Piotr Sarnacki | 2012-05-17 | 2 | -17/+3 |
* | Load all the env files available in config.paths (closes #6335) | Piotr Sarnacki | 2012-05-16 | 3 | -3/+14 |
* | Merge pull request #6337 from bcardarella/patch-1 | Aaron Patterson | 2012-05-16 | 1 | -1/+1 |
|\ |
|
| * | Changing the indentation level of the block comment close for SASS
| Brian Cardarella | 2012-05-15 | 1 | -1/+1 |
* | | Fix tests in railties | Piotr Sarnacki | 2012-05-15 | 1 | -1/+1 |
* | | improve #6318 | Michal Papis | 2012-05-15 | 2 | -5/+11 |
|/ |
|
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-15 | 6 | -61/+0 |
|\ |
|
| * | Removing ==Examples and last blank lines of docs from railties | Francesco Rodriguez | 2012-05-14 | 6 | -61/+0 |
* | | prevent using already loaded Gemfile for 'bundle install', fix #6314 | Michal Papis | 2012-05-15 | 1 | -0/+8 |
* | | Remove not used date variable and another test warning | Carlos Antonio da Silva | 2012-05-14 | 1 | -2/+1 |
* | | Remove assertion on date from humans.txt tests | José Valim | 2012-05-14 | 1 | -1/+1 |
* | | Remove dates and environment variables from humans.txt | José Valim | 2012-05-14 | 1 | -2/+0 |
* | | Since escape_html_entities_in_json was moved to 3-2-stable, make it true in A... | José Valim | 2012-05-14 | 1 | -3/+0 |
* | | Merge pull request #6307 from oscardelben/refactor_app_generator_test | Carlos Antonio da Silva | 2012-05-13 | 1 | -22/+20 |
|\ \ |
|
| * | | Refactor App Generator Test | Oscar Del Ben | 2012-05-13 | 1 | -22/+20 |
* | | | Remove remaining require 'rubygems' | Santiago Pastorino | 2012-05-13 | 1 | -1/+1 |
* | | | require "rubygems" is obsolete in Ruby 1.9.3 | Kornelius Kalnbach | 2012-05-13 | 5 | -7/+0 |
|/ / |
|
* | | Remove tailing spaces :scissors: [ci skip] | Rafael Mendonça França | 2012-05-12 | 1 | -1/+1 |
* | | Move AS set configs to AS Raitie | Santiago Pastorino | 2012-05-12 | 1 | -11/+1 |
* | | Merge pull request #6271 from homakov/patch-5 | Santiago Pastorino | 2012-05-12 | 1 | -1/+11 |
|\ \
| |/
|/| |
|
| * | Update railties/lib/rails/application/bootstrap.rb | Egor Homakov | 2012-05-11 | 1 | -1/+11 |
* | | s/wether/whether [ci skip] | Vijay Dev | 2012-05-12 | 1 | -1/+1 |
* | | Merge pull request #6277 from homakov/patch-6 | José Valim | 2012-05-12 | 1 | -0/+3 |
|\ \ |
|
| * | | Update railties/lib/rails/generators/rails/app/templates/config/application.rb | Egor Homakov | 2012-05-12 | 1 | -0/+3 |
* | | | Add commas missing in performance tests | Geoffrey Roguelon | 2012-05-12 | 1 | -1/+1 |
|/ / |
|
* / | Remove useless load path modifications | Santiago Pastorino | 2012-05-11 | 2 | -4/+4 |
|/ |
|
* | In robots.txt, User-agent should be all downcase except for the first 'U', ac... | Enrico Carlesso | 2012-05-11 | 1 | -1/+1 |
* | Fixes issue #6251 | David Padilla | 2012-05-10 | 1 | -1/+1 |
* | Failing test for #6251 | Piotr Sarnacki | 2012-05-10 | 1 | -0/+7 |
* | registers ceb1dcc in the CHANGELOG | Xavier Noria | 2012-05-09 | 1 | -0/+2 |
* | Adding test for humans.txt | Arun Agrawal | 2012-05-08 | 1 | -0/+6 |
* | add humans.txt | Paul Campbell | 2012-05-08 | 1 | -0/+9 |
* | Fix build | Piotr Sarnacki | 2012-05-06 | 1 | -7/+10 |
* | Ensure that Rails.env is equal to "test" by default when running tests. | Piotr Sarnacki | 2012-05-06 | 1 | -0/+2 |
* | Merge pull request #5910 from route/rails-dbconsole | Jeremy Kemper | 2012-05-06 | 3 | -40/+86 |
|\ |
|
| * | More faster rails dbconsole | Dmitry Vorotilin | 2012-05-06 | 3 | -40/+86 |
* | | Remove obsolete deep_dup requires | Piotr Sarnacki | 2012-05-06 | 1 | -2/+0 |
* | | Nice logic for deep_dup in rails | Alexey Gaziev | 2012-05-06 | 1 | -0/+2 |
|/ |
|
* | Give more detailed instructions in script/rails in engine | Piotr Sarnacki | 2012-05-04 | 1 | -0/+4 |
* | Add some docs and changelog entry | Carlos Antonio da Silva | 2012-05-04 | 2 | -2/+6 |
* | Allow overriding exception handling in threaded consumer | Carlos Antonio da Silva | 2012-05-04 | 2 | -1/+24 |
* | Allow configuring a different queue consumer | Carlos Antonio da Silva | 2012-05-04 | 4 | -9/+44 |