Displaying 4 results from an estimated 4 matches for "asset_packager".
2007 Dec 01
3
Rails 2 problem with compute_public_path
I''m trying to migrate to Rails 2, but keep getting these errors all
over the place:
ActionView::TemplateError: wrong number of arguments (2 for 3)
On line #61 of users/new.rhtml
58: <% if @captcha_error -%><div class="fieldWithErrors"><
% end -%>
59: <table class="signup"><tr>
60: <td
2006 Jun 19
0
AssetPackager released! Compress, merge, cache and version your JavaScripts and CSS Stylesheets
...* use of more meaningful subversion revision numbers (if
available) (thanks Chris Van Pelt!)
* namespaced rake tasks
* no more revision numbers in the yaml file
* lotsa refactoring
* unit tests
* more intuitive names for everything!
Main Page: http://synthesis.sbecker.net/pages/asset_packager
Blog Entry: http://synthesis.sbecker.net/articles/2006/06/19/assetpackager-released
The rest of the info:
== AssetPackager
Easily merge, compress, cache, and version your javascript
and CSS with Ruby on Rails!
== Description:
When running in production, instead of sending down a dozen
javascri...
2008 Jan 15
0
Problem with ruby-debug and rspec
...ethods i''m loading. Basically any command
which should normally work like p, or pp, gets passed through to a
method_missing.
I''m kind of stumped on this one... any ideas?
-rabble
I''ve got the following plugins installed:
active_record_base_without_table
annotate_models
asset_packager
exception_logger
fixture_replacement
query_reviewer
rspec
rspec_on_rails
spatial_adapter
svn
white_list
will_paginate
ym4r_gm
and am using the following gems:
GeoRuby-1.3.2
RedCloth-3.0.4
has_finder-0.1.5
json-1.1.1
mocha-0.5.5
oauth
ruby-hmac-0.3.1
brickhouse:~/code/fireeagle-rails/core/trunk ra...
2007 Oct 05
9
Rearchitect the new :cache feature of javascript_include_tag, similar to ToolbawksPacker
...t_link_tag on any converged view (combines all partials and such)
and builds a list of js and css files respectively and uses that to form a
cache. In additon, it also minifies the JS using JSMin and uses a basic
minification technique initiated by AssetPackager (
http://synthesis.sbecker.net/pages/asset_packager) and takes it to the next
level.
Any chance we could see this as an enhanced technique to increase the core
functionality of this :cache feature? Right now it''s on a single
javascript_include_tag and from what I have read, and it doesn''t combine all
individual calls into a conver...