<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ require File.join(crt, &quot;rake_task_requires&quot;)
 @gem_spec = Gem::Specification.new do |s|
   s.name = 'mack-javascript'
   s.version = GEM_VERSION
-  s.summary = %{Rendering Engine}
+  s.summary = %{JavaScript in Mack}
   s.description = %{RJS support for the Mack Framework}
   s.author = &quot;Gerardo Pis-Lopez&quot;
   s.homepage = &quot;http://www.mackframework.com&quot;</diff>
      <filename>mack-javascript/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,3 @@
-puts &quot;In js_mack_app_generator.rb&quot;
 # This will generate required RJS support in your application.
 # 
 # example: 
@@ -7,7 +6,10 @@ puts &quot;In js_mack_app_generator.rb&quot;
 class JavascriptGenerator  &lt; Genosaurus
     
   def setup
-    error = %{no js_framework specified in app_config}
+    error = %{  'js_framework' is not specified in your app_config/default.yml file.
+      To fix this error, please open your {PROJ}/config/app_config/default.yml file, then uncomment 
+      the line that says &quot;# js_framework: jquery&quot; (or prototype, if you specified prototype as the js framework).
+      Once you have uncomment that line, please re-run 'rake generate:javascript' again. Thanks!}
     raise error unless app_config.mack.js_framework
   end
   </diff>
      <filename>mack-javascript/lib/generators/javascript_generator.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,4 @@
 Mack::Routes.build do |r|
-
-  r.resource &quot;admin/users&quot;
   
   r.with_options(:controller =&gt; &quot;vtt/view_template&quot;) do |map|
     map.bleeding_gums_murphy &quot;/vtt/bleeding_gums_murphy&quot;, :action =&gt; :bleeding_gums_murphy, :method =&gt; :post, :format =&gt; :js</diff>
      <filename>mack-javascript/spec/fake_application/config/routes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -7,11 +7,6 @@ require 'fileutils'
 ENV[&quot;MACK_ENV&quot;] = &quot;test&quot;
 ENV[&quot;MACK_ROOT&quot;] = File.join(File.dirname(__FILE__), &quot;fake_application&quot;)
 
-# if $genosaurus_output_directory.nil?
-#   $genosaurus_output_directory = ENV[&quot;MACK_ROOT&quot;]
-#   puts &quot;$genosaurus_output_directory: #{$genosaurus_output_directory}&quot;
-# end
-
 $: &lt;&lt; File.expand_path(File.dirname(__FILE__) + &quot;/../lib&quot;)
 
 # load the mack framework:</diff>
      <filename>mack-javascript/spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>mack-javascript/spec/fake_application/config/initializers/mime_types.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>dba05d792de85fdb868de0d03a666e3b6c4e5aa1</id>
    </parent>
  </parents>
  <author>
    <name>dsutedja</name>
    <email>dsutedja@helium.com</email>
  </author>
  <url>http://github.com/markbates/mack-more/commit/07aca80671bed1e845c3d9586a9359d8ee6aac07</url>
  <id>07aca80671bed1e845c3d9586a9359d8ee6aac07</id>
  <committed-date>2008-07-22T07:25:07-07:00</committed-date>
  <authored-date>2008-07-22T07:25:07-07:00</authored-date>
  <message>more RJS Support: [#6 state:resolved]
- More information when user run rake generate:javascript but js_framework is undefined
- Clean up fake_application in the spec folder
- Clean up routs in fake_application
- Closing lighthouse ticket #6</message>
  <tree>1f07b76169712e2864caf5a332e6c755423b587b</tree>
  <committer>
    <name>dsutedja</name>
    <email>dsutedja@helium.com</email>
  </committer>
</commit>
