| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Only raise DelegationError if it's is the source of the exception | Andrew White | 2013-07-11 | 3 | -10/+44 |
* | Merge pull request #11389 from jetthoughts/11381_fix_hit_database_on_precompile | José Valim | 2013-07-10 | 4 | -19/+26 |
|\ |
|
| * | #11381: Ignore config.eager_load=true for rake | Paul Nikitochkin | 2013-07-10 | 4 | -19/+26 |
* | | Merge pull request #11394 from robin850/patch-8 | Steve Klabnik | 2013-07-10 | 1 | -0/+17 |
|\ \ |
|
| * | | Add documentation for add_flash_types [ci skip] | Robin Dupret | 2013-07-10 | 1 | -0/+17 |
* | | | Add missing require so that DateTime has the right superclass | Andrew White | 2013-07-10 | 1 | -0/+1 |
|/ / |
|
* | | Add failing test for #9562 | Andrew White | 2013-07-10 | 1 | -0/+5 |
* | | Better not mutate the given options Hash | Akira Matsuda | 2013-07-10 | 1 | -3/+3 |
* | | Merge pull request #11391 from schuetzm/remove-swp-file | Rafael Mendonça França | 2013-07-10 | 1 | -0/+0 |
|\ \ |
|
| * | | Remove accidentally committed vi .swp file. | Marc Schütz | 2013-07-10 | 1 | -0/+0 |
|/ / |
|
* | | Simplify Array#in_groups_of code | Akira Matsuda | 2013-07-10 | 1 | -3/+1 |
* | | Speed up Array#split | Akira Matsuda | 2013-07-10 | 1 | -6/+20 |
* | | Speed up String#truncate | Akira Matsuda | 2013-07-10 | 1 | -1/+1 |
* | | Merge pull request #10642 from LTe/invalid-load-error | Yves Senn | 2013-07-10 | 5 | -1/+38 |
|\ \ |
|
| * | | Show real LoadError on helpers require | Piotr Niełacny | 2013-07-10 | 5 | -1/+38 |
* | | | Speed up AS::Inflector.underscore | Akira Matsuda | 2013-07-10 | 1 | -2/+1 |
* | | | Speedup AS::Inflector.camelize | Akira Matsuda | 2013-07-10 | 1 | -1/+3 |
|/ / |
|
* | | Speedup AS::Inflector.deconstantize | Akira Matsuda | 2013-07-10 | 1 | -1/+1 |
* | | Speedup String#to | Akira Matsuda | 2013-07-10 | 1 | -1/+1 |
* | | Avoid creating an extra Range instance | Akira Matsuda | 2013-07-10 | 1 | -1/+1 |
* | | Merge pull request #11385 from MarceloCajueiro/remove_string_interpolation | Rafael Mendonça França | 2013-07-09 | 1 | -2/+2 |
|\ \ |
|
| * | | Remove unnecessary string interpolation | Marcelo G. Cajueiro | 2013-07-09 | 1 | -2/+2 |
* | | | fix visibility of the relation construction methods | Aaron Patterson | 2013-07-09 | 1 | -5/+7 |
* | | | pass arel to select_all rather than depend on method_missing | Aaron Patterson | 2013-07-09 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #11383 from mattdbridges/simple-format-doc-fix | Rafael Mendonça França | 2013-07-09 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix simple_format output example ending tag | Matt Bridges | 2013-07-09 | 1 | -1/+1 |
* | | | Make sure that a joins Relation can be merged with has_many :through + associ... | Akira Matsuda | 2013-07-10 | 2 | -1/+11 |
* | | | Return local time for backwards compatibility | Andrew White | 2013-07-09 | 3 | -10/+27 |
* | | | Merge pull request #11378 from wangjohn/class_for_application_generator | Rafael Mendonça França | 2013-07-09 | 2 | -27/+63 |
|\ \ \ |
|
| * | | | Creating a class to handle preparing ARGV. | wangjohn | 2013-07-09 | 2 | -27/+63 |
* | | | | Retain UTC offset when using Time.at_with_coercion | Andrew White | 2013-07-09 | 3 | -3/+47 |
* | | | | Fix microsecond precision of Time#at_with_coercion | Neer Friedman | 2013-07-09 | 2 | -1/+5 |
* | | | | Merge pull request #11372 from wangjohn/fixing_rails_commands_class | Rafael Mendonça França | 2013-07-09 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Using the instance variable for argv. | wangjohn | 2013-07-09 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge pull request #11375 from namusyaka/fix_attribute_for_inspect | Rafael Mendonça França | 2013-07-09 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | Fix: attribute_for_inspect truncate upto (51 => 50) characters. | namusyaka | 2013-07-09 | 2 | -3/+3 |
|/ / / |
|
* | | | Merge pull request #11174 from vipulnsward/remove_column_passing | Rafael Mendonça França | 2013-07-09 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Document where `column` param gets utilized in `substitute_at`. | Vipul A M | 2013-07-01 | 1 | -2/+2 |
* | | | | Merge pull request #11073 from tricknotes/improve-guides-js | Rafael Mendonça França | 2013-07-09 | 2 | -36/+32 |
|\ \ \ \ |
|
| * | | | | Improve js written for guides | Ryunosuke SATO | 2013-06-25 | 2 | -36/+32 |
* | | | | | Merge pull request #11143 from robin850/upgrading-rails | Rafael Mendonça França | 2013-07-09 | 1 | -1/+23 |
|\ \ \ \ \ |
|
| * | | | | | Add few information about missing steps [ci skip] | Robin Dupret | 2013-06-29 | 1 | -1/+23 |
* | | | | | | Merge pull request #11354 from jadeatucker/cache_exists_should_return_boolean | Rafael Mendonça França | 2013-07-09 | 2 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Explicitly test for true and false. | Jade Tucker | 2013-07-07 | 1 | -2/+2 |
| * | | | | | | cache.exists? should return true/false | Jade Tucker | 2013-07-07 | 1 | -1/+1 |
* | | | | | | | Merge pull request #11351 from jetthoughts/cleanup_request | Rafael Mendonça França | 2013-07-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Use helper method to get ENV['CONTENT_LENGTH'] | Paul Nikitochkin | 2013-07-08 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #11353 from jetthoughts/revert_to_raw_post | Rafael Mendonça França | 2013-07-09 | 3 | -1/+15 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Use Request#raw_post instead Request#body | Paul Nikitochkin | 2013-07-08 | 3 | -1/+15 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #11361 from jetthoughts/add_cursor_pointer_for_menu | Rafael Mendonça França | 2013-07-09 | 1 | -0/+1 |
|\ \ \ \ \ \ \ |
|