aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * fixing docs for delete_sql where quotes should be used in this example.Diego Plentz2011-09-261-1/+1
| * Alert about the new Bundler require for asset gems Nicolás Hock Isaza2011-09-261-1/+20
| * update ActionMailer example using last truncate helper method signatureAlexey Vakhov2011-09-261-2/+2
| * fix ActionMailer readme exampleAlexey Vakhov2011-09-261-0/+2
| * Fixed typo that I added - doh.Chris Kimpton2011-09-261-1/+1
| * Clarify that the Active Record config should just work automaticallyChris Kimpton2011-09-261-1/+5
| * add some notes on setup for Active Record testsChris Kimpton2011-09-261-0/+6
| * pluralize "locales" since that's what's used in other parts of the document, ...Waynn Lue2011-09-231-2/+2
| * Changed "en-UK" to "en-GB"Christopher Arrowsmith2011-09-221-1/+1
* | Merge pull request #3141 from jsl/make_ssl_configurableJosé Valim2011-09-274-3/+13
|\ \
| * | Make the Rack::SSL middleware configurableJustin Leitgeb2011-09-264-3/+13
|/ /
* | partial pass over the asset pipeline guideXavier Noria2011-09-261-20/+22
* | Don't require a DB connection when setting primary key.Jon Leighton2011-09-263-1/+20
* | Merge pull request #3138 from christos/correct_image_path_with_pipelineSantiago Pastorino2011-09-262-2/+11
|\ \
| * | Refactor image_path to use asset_path directlyChristos Zisopoulos2011-09-261-1/+1
| * | Correctly override image_path in sprockets rails_helperChristos Zisopoulos2011-09-262-1/+10
* | | Merge pull request #3136 from guilleiguaran/clear-digests-on-precompileSantiago Pastorino2011-09-262-0/+22
* | | Copy assets to nondigested filenames tooSantiago Pastorino2011-09-262-5/+11
|/ /
* | Merge pull request #3030 from htanata/fix_habtm_select_query_methodJon Leighton2011-09-263-4/+16
* | Just assert_equal hereSantiago Pastorino2011-09-261-1/+1
* | Merge pull request #3135 from christos/respect_assets_digest_valueSantiago Pastorino2011-09-262-1/+9
|\ \
| * | Give precedence to `config.digest = false` over manifest.yml asset digestsChristos Zisopoulos2011-09-262-1/+9
* | | Fix belongs_to polymorphic with custom primary key on target.Jon Leighton2011-09-265-18/+30
* | | Encapsulate assets initialization in its own rake task.José Valim2011-09-261-3/+7
* | | image_tag should use /assets if asset pipelining is turned on. Closes #3126Santiago Pastorino2011-09-262-0/+8
|/ /
* | Make serializable_hash take attr values directly from attributes hash.Jon Leighton2011-09-263-4/+23
* | CollectionProxy#replace should change the DB records rather than just mutatin...Jon Leighton2011-09-262-1/+12
* | fix deprecation warning in cookie_store_testVijay Dev2011-09-251-1/+1
* | Merge pull request #3125 from dolzenko/masterJosé Valim2011-09-252-0/+6
|\ \
| * | Implement Mime::Type#respond_to? (consistently with #method_missing)Evgeniy Dolzhenko2011-09-252-0/+6
|/ /
* | Merge pull request #3124 from avakhov/patch-6-stylesheet-linkJosé Valim2011-09-252-1/+5
|\ \
| * | escape options for the stylesheet_link_tag methodAlexey Vakhov2011-09-252-1/+5
* | | Merge pull request #2246 from guilleiguaran/sprockets-compressors-apiJosé Valim2011-09-254-31/+79
|\ \ \ | |/ / |/| |
| * | Add public API for register new js and css compressors for SprocketsGuillermo Iguaran2011-09-244-31/+79
|/ /
* | Merge pull request #3123 from avakhov/patch-5-remove-superfluous-to-sSantiago Pastorino2011-09-241-1/+1
|\ \
| * | remove superfluous to_s in ERB::Util.html_escapeAlexey Vakhov2011-09-241-1/+1
* | | Merge pull request #3121 from cablegram/3-1-stableSantiago Pastorino2011-09-241-1/+1
* | | Revert "Make process reuse the env var passed as argument"Santiago Pastorino2011-09-242-10/+9
|/ /
* | Avoid using pathnames and automatically create the manifest directory if one ...José Valim2011-09-243-9/+11
* | Add test for belongs_to? and group initializers.José Valim2011-09-241-2/+9
* | Remove the ENV flag, yagni.José Valim2011-09-242-13/+0
* | `rake assets:precompile` loads the application but does not initialize it.José Valim2011-09-2411-110/+183
* | Merge pull request #3115 from guilleiguaran/refactor-rails-helpersSantiago Pastorino2011-09-231-5/+0
|\ \
| * | Remove Sprockets compute_public_path, AV compute_public_path can be used dire...Guillermo Iguaran2011-09-231-5/+0
|/ /
* | Merge pull request #3114 from zenprogrammer/fix_constantize_docJosé Valim2011-09-231-3/+3
|\ \
| * | Minor doc fix to String#constantizeRyan Oblak2011-09-231-3/+3
|/ /
* | Merge pull request #3092 from asee/masterSantiago Pastorino2011-09-232-1/+11
|\ \
| * | Fixes #1489 again, with updated code and numerous tests to confirmdocunext2011-09-222-1/+11
| |/
* | Update CHANGELOG for safe_constantize.José Valim2011-09-232-1/+6
* | Use safe_constantize where possible.José Valim2011-09-233-12/+5