google-code-export / appengine-jruby

Automatically exported from code.google.com/p/appengine-jruby
0 stars 0 forks source link

not working with haml #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.appcfg.rb gem install haml
2. create view: index.haml
3. create action that displays view

What is the expected output? What do you see instead?
haml working

What version of the product are you using? On what operating system?

haml 2.2.2
Please provide any additional information below.

Original issue reported on code.google.com by tomgu...@gmail.com on 24 Aug 2009 at 10:54

GoogleCodeExporter commented 9 years ago
It sounds like this is an issue with that particular version of haml and that 
it has been 
fixed in newer version.

Original comment by rib...@gmail.com on 26 Aug 2009 at 9:53

GoogleCodeExporter commented 9 years ago
have you gotten the newer version of haml to work?

Don't forget to put config.gem 'haml' in your enviroment.rb file.

However, I still cannot get haml to work. THis is my error at startup time.

SEVERE: [1254638780513000] javax.servlet.ServletContext log: unable to create 
shared application instance
org.jruby.rack.RackInitializationException: No such file to load -- 
file:/Users/trung/rails_projects/ownafriend/WEB-INF/lib/gems.jar!/gems/haml-2.2.
5/rails/../init.rb
    from file:/Users/trung/rails_projects/ownafriend/WEB-INF/lib/gems.jar!/gems/haml-
2.2.5/rails/init.rb:1:in `evaluate_init_rb'

Original comment by trung%ph...@gtempaccount.com on 4 Oct 2009 at 6:49