<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,6 +24,8 @@
 * [#49] mack-data_mapper:  mack-data_mapper.rb will require mack-data_mapper_tasks.rb
 * [#49] Updated warning message if orm is defined in app_config (i.e. user only needs to require mack-[orm_name], instead of both that and mack-[orm_name]_tasks).
 * [#50] Mack will now have 2 environment files: mack_core and mack_app.  Mack.rb will load both files, but it gives other module a chance to load just the core files and not the application's files.
+* [#51] Application generator should generate orm support in the right place
+* [#52] mack-more: mack-[orm] should require mack-[orm].rb using its full path.
 * gem: application_configuration 1.5.1
 * gem: ruby-debug 0.10.0
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,6 @@ whiny_config_missing: false
 
 mack::session_id: _&lt;%= @options[&quot;app&quot;].downcase %&gt;_session_id
 
-orm: &lt;%= @options[&quot;orm&quot;] %&gt;
 mack::testing_framework: &lt;%= @options[&quot;testing_framework&quot;] %&gt;
 
 # Mack provides RJS support through mack-javascript gem.</diff>
      <filename>lib/generators/mack_application_generator/templates/config/app_config/default.yml.template</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,9 @@
 # :libs, optional, is an array of files you want to require.
 # :source, options, is the source you want to use to install a particular gem.
 require_gems do |gem|
+&lt;% if @options[&quot;orm&quot;] -%&gt;
+  gem.add &quot;mack-&lt;%=@options[&quot;orm&quot;]%&gt;&quot;, :libs =&gt; &quot;mack-&lt;%=@options[&quot;orm&quot;]%&gt;&quot;
+&lt;% end -%&gt;
   # examples:
   # gem.add :redgreen, :version =&gt; &quot;1.2.2&quot;, :libs =&gt; :redgreen
   # gem.add :termios</diff>
      <filename>lib/generators/mack_application_generator/templates/config/initializers/gems.rb.template</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>27377420d7755048861f04cdead812cb320dbb28</id>
    </parent>
  </parents>
  <author>
    <name>dsutedja</name>
    <email>dsutedja@helium.com</email>
  </author>
  <url>http://github.com/markbates/mack/commit/cea5fbfdf8bb6a462dc5975ffe360f882b6d9b3a</url>
  <id>cea5fbfdf8bb6a462dc5975ffe360f882b6d9b3a</id>
  <committed-date>2008-07-24T11:03:13-07:00</committed-date>
  <authored-date>2008-07-24T11:03:13-07:00</authored-date>
  <message>Application generator should generate orm support in the right place [#51 state:resolved]</message>
  <tree>c7d88875b24014c6d3ef221d205f1ad1886751b0</tree>
  <committer>
    <name>dsutedja</name>
    <email>dsutedja@helium.com</email>
  </committer>
</commit>
