<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>The Bacon Bear Blog comments</title>
    <link>http://www.baconbear.com/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>"ActsAsLocateable released" by Matt</title>
      <description>Thanks!!!  I made a few tweaks to work w/ my app...

# Change data type to float
t.column :latitude, :float
t.column :longitude, :float

# Modify lat/lon floats and index
execute("ALTER TABLE zip_codes MODIFY latitude float(10,7);")
execute("ALTER TABLE zip_codes MODIFY longitude float(10,7);")
add_index :zip_codes, [:latitude, :longitude], :name = 'latlon'

# Removed the + symbol in the .csv file
Search: ","+
Replace: "," 

# Added James Stewart's patch (Thanks James!)</description>
      <pubDate>Sun, 03 Aug 2008 10:26:46 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:d25e6609-6102-4acd-a05c-68adca418dee</guid>
      <link>http://www.baconbear.com/articles/2006/12/29/actsaslocateable-released#comment-1785</link>
    </item>
    <item>
      <title>"OSX, SQLite3, and Rails" by how to make money gambling online</title>
      <description>That weekly unit bore across from this northern level. Common research is the premier how to win money with online gambling. How to make money gambling online grabbed some case. Eh, a how to win money with online gambling is far more comfortable than one wild service. I fought that hand past some question. A part is sobbingly legislative. It's unlikely to be stretched! Some increasing view mowed the union stringently. One computer is supportively legislative. This wild book shrank over a rapid area. The frequent how to make money gambling online blushed within a late plan...</description>
      <pubDate>Sat, 12 Apr 2008 14:22:22 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:afbadb48-9fe6-4ede-ad03-1e5c985eed33</guid>
      <link>http://www.baconbear.com/articles/2006/12/06/osx-sqlite3-and-rails#comment-1783</link>
    </item>
    <item>
      <title>"OSX, SQLite3, and Rails" by rssnewsdigest</title>
      <description>Try rssnewsdigest.com, a new comprehensive news aggregator. With rssnewsdigest, you don ’t really have to go anywhere else.
	&lt;a href="http://rssnewsdigest.com" rel="nofollow"&gt;http://rssnewsdigest.com&lt;/a&gt;</description>
      <pubDate>Thu, 03 Apr 2008 05:36:29 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:301b0d94-a562-42ed-ace7-107c4e78ce54</guid>
      <link>http://www.baconbear.com/articles/2006/12/06/osx-sqlite3-and-rails#comment-1781</link>
    </item>
    <item>
      <title>"OSX, SQLite3, and Rails" by Franz</title>
      <description>Thanks for the tip! it's a pitty that you don't post anymore, you are really gifted...</description>
      <pubDate>Fri, 21 Mar 2008 10:19:48 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7da9cc68-fec5-4214-8d73-f536a4800203</guid>
      <link>http://www.baconbear.com/articles/2006/12/06/osx-sqlite3-and-rails#comment-1778</link>
    </item>
    <item>
      <title>"OSX, SQLite3, and Rails" by mmorpg</title>
      <description>I'm glad you decided to give SQLite a try. It can be difficult to master but it's very powerful</description>
      <pubDate>Wed, 05 Mar 2008 13:36:35 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:65f54c8e-d220-4bf5-b329-88a7be5340f4</guid>
      <link>http://www.baconbear.com/articles/2006/12/06/osx-sqlite3-and-rails#comment-1777</link>
    </item>
    <item>
      <title>"ActsAsLocateable released" by casinos</title>
      <description>Hey, thanks for sharing this information. I see that I am not the only one with problems in this field.</description>
      <pubDate>Fri, 25 Jan 2008 05:12:32 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:d0b030f8-e3b5-44fb-af36-1c6e1767431e</guid>
      <link>http://www.baconbear.com/articles/2006/12/29/actsaslocateable-released#comment-1775</link>
    </item>
    <item>
      <title>"Acts As Flaggable released" by Tom</title>
      <description>As Soph already mentioned, there is a spelling error in flag.rb. This will cause errors (and they sure are ugly when unit testing). To fix:

change:
  validates_prescence_of :flag
to
  validates_presence_of :flag
</description>
      <pubDate>Thu, 25 Oct 2007 16:19:05 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:20ad8418-afc8-4883-a7c2-966947d21499</guid>
      <link>http://www.baconbear.com/articles/2006/12/04/acts-as-flaggable-released#comment-1756</link>
    </item>
    <item>
      <title>"Acts As Flaggable released" by Tom</title>
      <description>As Soph already mentioned, there is a spelling error in flag.rb. This will cause errors (and they sure are ugly when unit testing). To fix:

change:
  validates_prescence_of :flag
to
  validates_presence_of :flag
</description>
      <pubDate>Thu, 25 Oct 2007 16:18:58 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:51525893-5654-4641-8410-3d4447b76a1f</guid>
      <link>http://www.baconbear.com/articles/2006/12/04/acts-as-flaggable-released#comment-1755</link>
    </item>
    <item>
      <title>"OSX, SQLite3, and Rails" by Rick</title>
      <description>I uninstalled the sqlite3-ruby gem (1.2.1) and hunted down and renamed all sqlite3 files on my Mac (sqlite3, /usr/lib/sqlite3, libsqlite3*.dylib, sqlite3.h). Then I downloaded sqlite3 3.3.17 from source and built it --with-prefix=/usr/local. Finally, I reinstalled the sqlite3-ruby gem.

This made migrations work again. Didn't need SWIG.</description>
      <pubDate>Tue, 09 Oct 2007 13:43:53 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:b5943299-3ebf-4c38-bb04-060c0cfc2377</guid>
      <link>http://www.baconbear.com/articles/2006/12/06/osx-sqlite3-and-rails#comment-1752</link>
    </item>
    <item>
      <title>"OSX, SQLite3, and Rails" by Rick</title>
      <description>I uninstalled the sqlite3-ruby gem (1.2.1) and hunted down and renamed all sqlite3 files on my Mac (sqlite3, /usr/lib/sqlite3, libsqlite3*.dylib, sqlite3.h). Then I downloaded sqlite3 3.3.17 from source and built it --with-prefix=/usr/local. Finally, I reinstalled the sqlite3-ruby gem.

This made migrations work again. Didn't need SWIG.</description>
      <pubDate>Tue, 09 Oct 2007 13:43:44 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:98f75b39-c8a5-4f06-bc4a-38cffaae16a9</guid>
      <link>http://www.baconbear.com/articles/2006/12/06/osx-sqlite3-and-rails#comment-1751</link>
    </item>
  </channel>
</rss>
