| Commit message (Expand) | Author | Age | Files | Lines |
* | Added to 'Security' section; especially reference to 'Ruby on Rails Security ... | Adrien Lamothe | 2013-08-04 | 1 | -0/+15 |
* | No need to use blocks here | Andrew White | 2013-08-04 | 1 | -11/+9 |
* | Fix unused variable warning | Andrew White | 2013-08-04 | 1 | -0/+1 |
* | Remove "Using Action View outside of Rails" section from AV overview guide | Guillermo Iguaran | 2013-08-04 | 1 | -69/+0 |
* | :scissors: | Rafael Mendonça França | 2013-08-03 | 1 | -3/+3 |
* | No need to abbreviate application | Rafael Mendonça França | 2013-08-03 | 1 | -1/+1 |
* | Merge pull request #11747 from bradly/guides_getting_started_fix | Rafael Mendonça França | 2013-08-03 | 1 | -1/+1 |
|\ |
|
| * | Add note that you must be in the rails app directory when starting up the ser... | Bradly Feeley | 2013-08-03 | 1 | -1/+1 |
* | | Merge pull request #11733 from iainbeeston/master | Rafael Mendonça França | 2013-08-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Updated the guide to say that the localisation file for validation messages i... | Iain Beeston | 2013-08-03 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #11600 from jasiek/master | Rafael Mendonça França | 2013-08-03 | 1 | -4/+6 |
|\ \ |
|
| * | | Removed an unnecessary loop - it kills performance on large texts. | Jan Szumiec | 2013-08-03 | 1 | -4/+6 |
* | | | Merge pull request #11738 from gaurish/guides-association-basics-fix | Rafael Mendonça França | 2013-08-03 | 1 | -2/+3 |
|\ \ \ |
|
| * | | | [Fixes #11734]Correct Association Basics Guide on has_and_belongs_to_many[ci ... | Gaurish Sharma | 2013-08-03 | 1 | -2/+3 |
| | |/
| |/| |
|
* | | | Merge pull request #11740 from Karunakar/self_table | Rafael Mendonça França | 2013-08-03 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Changing the def self.table_name to self.table_name in the column_name.rb | Karunakar (Ruby) | 2013-08-03 | 1 | -2/+2 |
* | | | Merge pull request #11744 from Karunakar/minor_fix_on_flatmap | Rafael Mendonça França | 2013-08-03 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | used flat_map instead of map.flatten in /guides/rails_guides/helpers.rb | Karunakar (Ruby) | 2013-08-04 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #11707 from nathanstitt/extname_option | Rafael Mendonça França | 2013-08-03 | 3 | -3/+27 |
|\ \ \ |
|
| * | | | Add "extname" option to javascript_include_tag | Nathan Stitt | 2013-08-03 | 3 | -3/+27 |
* | | | | Merge pull request #11741 from Karunakar/failing_test_in_local | Rafael Mendonça França | 2013-08-03 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | fix for postgresql failing test in local | Karunakar (Ruby) | 2013-08-04 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #11730 from neerajdotname/use_flat_map | Yves Senn | 2013-08-03 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | use flat_map | Neeraj Singh | 2013-08-03 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #11736 from gaurish/avoid-multibyte-method-define | Guillermo Iguaran | 2013-08-03 | 1 | -3/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Avoid calling define_method with non-english chars in InflectorTest | Gaurish Sharma | 2013-08-03 | 1 | -3/+4 |
| |/ |
|
* | | Merge pull request #11735 from arunagw/av-warning-removed-master | Yves Senn | 2013-08-03 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Using URI.parser.unescape | Arun Agrawal | 2013-08-03 | 1 | -2/+2 |
|/ |
|
* | Revert "Isolate railties Generators Tests" | Guillermo Iguaran | 2013-08-02 | 1 | -1/+0 |
* | Merge pull request #11726 from atambo/isolate_generator_tests | Guillermo Iguaran | 2013-08-02 | 1 | -0/+1 |
|\ |
|
| * | Isolate railties Generators Tests | Alex Tambellini | 2013-08-02 | 1 | -0/+1 |
|/ |
|
* | add a test for concat on hm:t associations | Aaron Patterson | 2013-08-02 | 1 | -0/+7 |
* | Merge pull request #11721 from gaurish/join-timeout | Guillermo Iguaran | 2013-08-02 | 1 | -1/+1 |
|\ |
|
| * | Add timeout to test_async_stream | Gaurish Sharma | 2013-08-02 | 1 | -1/+1 |
* | | Merge pull request #11725 from atambo/jruby_capture_unlink | Guillermo Iguaran | 2013-08-02 | 1 | -0/+1 |
|\ \ |
|
| * | | Fix jruby warning when capture calls unlink on an open tempfile | Alex Tambellini | 2013-08-02 | 1 | -0/+1 |
|/ / |
|
* | | Merge pull request #11712 from atambo/activesupport_testing_isolation_jruby | Rafael Mendonça França | 2013-08-02 | 1 | -48/+4 |
|\ \ |
|
| * | | Fix ActiveSupport::Testing::Isolation on jruby | Alex Tambellini | 2013-08-02 | 1 | -48/+4 |
* | | | Merge pull request #11722 from arunagw/removed-deprecation-silenced-from-test | Rafael Mendonça França | 2013-08-02 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | As we are doing debug mode on | Arun Agrawal | 2013-08-02 | 1 | -2/+0 |
| |/ / |
|
* | | | Merge pull request #11716 from jetthoughts/use_backquote_for_terms_in_getting... | Carlos Antonio da Silva | 2013-08-02 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Replaced quotation marks for term by apostrophe | Paul Nikitochkin | 2013-08-02 | 1 | -2/+2 |
* | | | | Merge pull request #11720 from arunagw/added-av-in-rails-info | Guillermo Iguaran | 2013-08-02 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Added action_view in Rails::Info | Arun Agrawal | 2013-08-02 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #11455 from antonio/fix_enable_extension_not_being_defined | Rafael Mendonça França | 2013-08-02 | 3 | -0/+32 |
|\ \ \ \ |
|
| * | | | | Define enable_extension method to prevent undefined method error | Antonio Santos | 2013-08-02 | 3 | -0/+32 |
* | | | | | Merge pull request #11718 from rShetty/patch-4 | Rafael Mendonça França | 2013-08-02 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | fix a gramatical mistake | Rajeev N Bharshetty | 2013-08-02 | 1 | -1/+1 |
* | | | | | | Use assert_nil instead of testing for equality | Carlos Antonio da Silva | 2013-08-02 | 2 | -3/+2 |
|/ / / / / |
|
* | | | | | Merge pull request #11714 from jetthoughts/11706_remove_bad_override_of_xml | Rafael Mendonça França | 2013-08-02 | 3 | -7/+47 |
|\ \ \ \ \ |
|