Hi,
To clear the error ,make the followning change,
changed line no. 51 in asset_packager/lib/synthesis/asset_packager_helper.rb
err line: source = "#{ActionController::Base.asset_host}#{@controller.request.relative_url_root}#{source}"
changed_to :
source = "#{ActionController::Base.asset_host}#{ActionController::Base.relative_url_root}#{source}"
my blog is abt wht i have learnt technically, mostly in Ruby on Rails, Javascript, node.js hope this share a little bit of info & adds a bit stuff., Thanks.
Wednesday, December 23, 2009
Github get Public Key, set user name
Get Public Key:
ssh-keygen -t rsa
Set Username:
git config --global user.name "srikanth"
git config --global user.email "sri.jjhero@gmail.com"
ssh-keygen -t rsa
Set Username:
git config --global user.name "srikanth"
git config --global user.email "sri.jjhero@gmail.com"
Subscribe to:
Posts (Atom)