public
Description: HomeMarks is a web based GUI to build HTML start pages.
Homepage: http://www.homemarks.com/
Clone URL: git://github.com/metaskills/homemarks.git
Search Repo:
Click here to lend your support to: homemarks and make a donation at www.pledgie.com !
name age message
folder .gitignore Thu Aug 07 12:53:45 -0700 2008 Move javascript includes into app helper, break... [metaskills]
folder .gitmodules Mon Jun 02 19:06:08 -0700 2008 Removing vendor rails submodule [metaskills]
folder LICENSE Tue Aug 05 17:39:58 -0700 2008 Moving LICENSE around. [metaskills]
folder README Sun Aug 10 07:32:45 -0700 2008 Box#bookmarks() JS function that makes sure boo... [metaskills]
folder Rakefile Sun Mar 09 19:10:14 -0700 2008 Initial import of HomeMarks in preparation for ... [metaskills]
folder app/ Mon Aug 11 21:04:05 -0700 2008 Fix new bookmarks in edit links modal for box w... [metaskills]
folder bugs/ Fri Jul 04 11:02:52 -0700 2008 Crate ditz 2.0 project milestone. [metaskills]
folder config/ Fri Aug 08 18:34:11 -0700 2008 Very large step to finishing bookmarklets. Now ... [metaskills]
folder db/ Tue Jul 22 17:31:19 -0700 2008 Getting the tests to pass with polymorphic book... [metaskills]
folder lib/ Tue Aug 05 20:36:36 -0700 2008 Removing all demo user and admin future admin s... [metaskills]
folder log/ Sat Mar 22 07:24:16 -0700 2008 Adding log and tmp dirs. Removing old dev SQL d... [metaskills]
folder public/ Mon Aug 11 20:37:20 -0700 2008 Use Inbox.sortableList() as constant for firstD... [metaskills]
folder script/ Sat Mar 22 08:31:04 -0700 2008 Updating config envs. Removing lighttpd conf fi... [metaskills]
folder test/ Mon Aug 11 21:04:05 -0700 2008 Fix new bookmarks in edit links modal for box w... [metaskills]
folder tmp/ Sat Mar 22 07:27:43 -0700 2008 Adding tmp sub dirs with ignores inside them [metaskills]
folder vendor/ Sat Aug 02 11:44:21 -0700 2008 Update shoulda to 4.1.1 [metaskills]
README
NOTE: I AM STARTING A REWRITE FOR RAILS 2.1
-------------------------------------------

* Test BookmarkletController & Test Bookmarklet link.
* Create a bootstrap rake task that asks for a username/pass and sets up initial data.
  - Update secret forgery stuff
  - Find and replace all hosts <dev.homemarks.com>
  - Update relevent HmConfig settings
* Write about
  - Developed to SQLite, I run mysql in production.
  - TESTS TESTS TESTS
  - Foxy Fixtures
  - Unobtrusive Javascript (death to tagsoup)
  - JavaScript Rewrite
  - Restful routes.
  - Restful authentication.


Some Miscellaneous Notes:
------------------------------------------------------------------

  * Plugins Installed
    - Shoulda => https://svn.thoughtbot.com/plugins/shoulda/tags/rel-4.0.1/