public
Description: Time Tracking application developed in RESTful Flex Development (Rails Version)
Homepage:
Clone URL: git://github.com/dima/pomodo_on_rails.git
name age message
file .actionScriptProperties Mon May 18 16:43:20 -0700 2009 Improving validators. [dima]
file .flexProperties Wed Oct 15 16:17:36 -0700 2008 Ported over pomodo_on_rails code for Enterprise... [Dima Berastau]
file .gitmodules Sat Dec 13 12:23:20 -0800 2008 Removed attachment_fu and attachment_fu_fixture... [Dima Berastau]
file .project Wed Oct 15 16:17:36 -0700 2008 Ported over pomodo_on_rails code for Enterprise... [Dima Berastau]
directory .settings/ Thu Oct 16 21:34:45 -0700 2008 Added configuration file for compiling outside ... [Dima Berastau]
file README.markdown Fri Feb 27 00:45:01 -0800 2009 Actually added the README. [dima]
file Rakefile Wed Oct 15 16:17:36 -0700 2008 Ported over pomodo_on_rails code for Enterprise... [Dima Berastau]
directory app/ Thu May 28 11:22:38 -0700 2009 Updated the session controller to move current_... [dima]
directory config/ Tue Jun 23 21:25:27 -0700 2009 Tweaking session tracking to use _session_id in... [dima]
directory db/ Sat Dec 13 12:21:03 -0800 2008 Switched to paperclip instead of attachment_fu.... [Dima Berastau]
directory doc/ Wed Oct 15 16:17:36 -0700 2008 Ported over pomodo_on_rails code for Enterprise... [Dima Berastau]
directory html-template/ Wed Oct 15 16:17:36 -0700 2008 Ported over pomodo_on_rails code for Enterprise... [Dima Berastau]
directory lib/ Mon May 18 16:43:20 -0700 2009 Improving validators. [dima]
directory log/ Wed Oct 15 16:17:36 -0700 2008 Ported over pomodo_on_rails code for Enterprise... [Dima Berastau]
file pomodo_on_rails.tmproj Thu Mar 19 01:35:43 -0700 2009 Updated the demo application to restfulx releas... [dima]
directory public/ Tue Jun 23 21:25:27 -0700 2009 Tweaking session tracking to use _session_id in... [dima]
directory script/ Wed Oct 15 16:17:36 -0700 2008 Ported over pomodo_on_rails code for Enterprise... [Dima Berastau]
directory test/ Thu Mar 19 01:35:43 -0700 2009 Updated the demo application to restfulx releas... [dima]
directory vendor/ Sat Dec 13 12:23:20 -0800 2008 Removed attachment_fu and attachment_fu_fixture... [Dima Berastau]
README.markdown

PomodoOnRails: RESTful Flex Development Demo App (Rails Version)

What do I do to get started?

Get Git submodules

git submodule init
git submodule update

Set up the database

rake db:refresh

Compile your Flex application

rake rx:flex:build

Run the server

./script/server

Go check it out

Navigate to http://localhost:3000