Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Corrected link anchor and added colons for continuity | Doug Yun | 2013-02-19 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | Fix bug in code example from layouts and rendering guide | Brian Kim | 2013-02-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The code in 2.3.2 assumed that render has an alert option like redirect_to to create a flash alert message, but it doesn't. | |||||
| * | | | | Update guides/source/active_record_querying.md | Hanfei Shen | 2013-02-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Fix missing `ORDER BY id ASC` for Client.first(2); Uppercase the little y in the SQL equivalent of the Client.last(2). | |||||
| * | | | | clarify singular and plural routes | Noam Gagliardi | 2013-02-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Found the wording on line 158 somewhat confusing. Added short example to clarify. | |||||
* | | | | | Merge pull request #9441 from rubys/master | Guillermo Iguaran | 2013-02-26 | 1 | -2/+9 | |
|\ \ \ \ \ | | | | | | | | | | | | | This is a small thing, motivated by https://github.com/rails/rails/issues/9419 | |||||
| * | | | | | Allow both a path and an option on root in config/routes | Sam Ruby | 2013-02-26 | 1 | -2/+9 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #9414 from senny/9275_order_with_symbol_and_join | Rafael Mendonça França | 2013-02-26 | 4 | -2/+34 | |
|\ \ \ \ \ | | | | | | | | | | | | | Expand order(:symbol) to "table".symbol to prevent broken queries on PG. | |||||
| * | | | | | Expand order(:symbol) to "table".symbol to prevent broken queries on PG. | Yves Senn | 2013-02-25 | 4 | -3/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9275. When `#order` is called with a Symbol this patch will prepend the quoted_table_name. Before the postgresql adapter failed to build queries containg a join and an order with a symbol. This expansion happens for all adapters. | |||||
* | | | | | | No need to send public methods | Akira Matsuda | 2013-02-26 | 3 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #9429 from frodsan/racc_jruby_incompatibility | Guillermo Iguaran | 2013-02-25 | 1 | -3/+3 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | JRuby does not support racc, include it only in ruby platform | |||||
| * | | | | | | JRuby does not support racc, include it only in ruby platform | Francesco Rodriguez | 2013-02-26 | 1 | -3/+3 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #9419 from banyan/change-default-root-route-helper | Guillermo Iguaran | 2013-02-25 | 3 | -4/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Change default root route helper | |||||
| * | | | | | | Change default root route helper | Kohei Hasegawa | 2013-02-26 | 3 | -4/+4 | |
| | | | | | | | ||||||
* | | | | | | | Apparently we can't get away from adding lib to the load path | José Valim | 2013-02-25 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | Plugins can use a similar bootscript to Rails apps | José Valim | 2013-02-25 | 1 | -8/+3 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #9425 from dickeyxxx/patch-1 | Rafael Mendonça França | 2013-02-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | small typo on upgrade guide | |||||
| * | | | | | | small typo | Jeff Dickey | 2013-02-25 | 1 | -1/+1 | |
|/ / / / / / | | | | | | | | | | | | | small typo fix | |||||
* | | | | | | Bundler 1.3.0 released. We prefer it for new binstub behavior. | Jeremy Kemper | 2013-02-25 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Bump i18n version to 0.6.2 | Guillermo Iguaran | 2013-02-25 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Are was release | Rafael Mendonça França | 2013-02-25 | 2 | -3/+1 | |
| | | | | | | ||||||
* | | | | | | Bump sass-rails and coffee-rails to 4.0.0.beta1 in Gemfile | Guillermo Iguaran | 2013-02-25 | 2 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | removes redundant require | Xavier Noria | 2013-02-25 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | It turns out this file is required in active_record.rb. | |||||
* | | | | | | Merge pull request #9420 from robertomiranda/remove-sprockets-rails | Guillermo Iguaran | 2013-02-25 | 1 | -1/+0 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove sprockets-rails from the Gemfile generator | |||||
| * | | | | | | Remove sprockets-rails from the Gemfile generator | robertomiranda | 2013-02-25 | 1 | -1/+0 | |
| | | | | | | | ||||||
* | | | | | | | typo | Xavier Noria | 2013-02-25 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | AR loads activerecord-deprecated_finders, no need to add it to the Gemfile | Xavier Noria | 2013-02-25 | 2 | -6/+7 | |
|/ / / / / / | ||||||
* | | | | | | sprockets 2.0.0.rc3 is in rails gemspec already | Guillermo Iguaran | 2013-02-25 | 1 | -2/+0 | |
| | | | | | | ||||||
* | | | | | | ar-deprecated_finders is already in the gemspec | José Valim | 2013-02-25 | 1 | -2/+0 | |
| | | | | | | ||||||
* | | | | | | I released 0.0.3 some time ago | Rafael Mendonça França | 2013-02-25 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | jquery-rails 2.2.1 was released | Rafael Mendonça França | 2013-02-25 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Remove rack-test git dependency | José Valim | 2013-02-25 | 1 | -1/+0 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dependency was introduced in this commit: 002713c64568114f3754799acc0723ea0d442f7a which has been released a long time ago | |||||
* | | | | | New CHANGELOG entries always on top [ci skip] | Rafael Mendonça França | 2013-02-25 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | Merge pull request #9197 from yaotti/fix/overriden-attr-on-dup | Rafael Mendonça França | 2013-02-25 | 3 | -1/+13 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix: Overriding attributes on `dup` by default scopes | |||||
| * | | | | | Do not override attributes on `dup` by default scopes | Hiroshige Umino | 2013-02-26 | 3 | -1/+13 | |
|/ / / / / | ||||||
* | | | | | Do not use --local option when installing the gems | Rafael Mendonça França | 2013-02-25 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Preparing for 4.0.0.beta1 release | David Heinemeier Hansson | 2013-02-25 | 15 | -15/+15 | |
| | | | | | ||||||
* | | | | | Revert "Use sass compressor as the default CSS compressor" | Guillermo Iguaran | 2013-02-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3eef1c7c5d0c4538efb9e061b6fe68011f0352b1. The css compressor should be set in sass-rails plugin. Check https://github.com/rails/sass-rails/commit/339529f9f6433047df6358c0439e6641cb74f045 for the fix. | |||||
* | | | | | Use sass compressor as the default CSS compressor | Rafael Mendonça França | 2013-02-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the new sprockets-rails we need to explicitly set the CSS compressor. See https://github.com/rails/sprockets-rails#changes-from-rails-3x | |||||
* | | | | | :scissors: | Rafael Mendonça França | 2013-02-25 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #8530 from dasch/dependency-trackers | David Heinemeier Hansson | 2013-02-25 | 4 | -45/+146 | |
|\ \ \ \ \ | | | | | | | | | | | | | Custom dependency trackers for the template digestor | |||||
| * | | | | | Register trackers on extensions, not handlers | Daniel Schierbeck | 2013-02-20 | 3 | -11/+17 | |
| | | | | | | ||||||
| * | | | | | Rename ErbTracker to ERBTracker | Daniel Schierbeck | 2013-02-20 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Return an empty array if no tracker is found | Daniel Schierbeck | 2013-02-20 | 2 | -4/+16 | |
| | | | | | | ||||||
| * | | | | | Use a thread safe hash | Daniel Schierbeck | 2013-02-20 | 1 | -1/+3 | |
| | | | | | | ||||||
| * | | | | | Allow registering custom dependency trackers | Daniel Schierbeck | 2013-02-20 | 3 | -2/+54 | |
| | | | | | | ||||||
| * | | | | | Extract dependency tracking from Digestor | Daniel Schierbeck | 2013-02-20 | 2 | -44/+73 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #9072 from htanata/statistics | David Heinemeier Hansson | 2013-02-25 | 4 | -46/+394 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Improve `rake stats` for JavaScript and CoffeeScript | |||||
| * | | | | | | Improve `rake stats` for JavaScript and CoffeeScript. | Hendy Tanata | 2013-02-25 | 4 | -46/+394 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore block comments and calculates number of functions. | |||||
* | | | | | | | Merge pull request #9412 from senny/clean_ar_changelog | Carlos Antonio da Silva | 2013-02-25 | 1 | -3/+7 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Some minor AR changelog modifications [ci skip] | |||||
| * | | | | | | | some minor AR changelog modifications [ci skip] | Yves Senn | 2013-02-25 | 1 | -3/+7 | |
|/ / / / / / / |