mattmccray

 
« Testicular Abuse | Home | TaskTHIS 0.5.1 »

TaskTHIS 0.5

» Published August 20, 2005 under Rails, Software, TaskTHIS

Taskthis-Logo TaskTHIS 0.5 is officially released! You can download it from here. I don't have it hosted yet, but I'm working on that. I was able to get the taskthis.com domain name, I just haven't had the time to set it all up yet.

This new release contains:

Taskthis Screenshot

  • Cleaner views (rhtml)
  • Enhanced AJAX support
  • New GUI
  • “Remember Me” login support
  • “Send List To...” -- Allows you to send a list to as many as 10 people via email
  • Public lists (readonly)
  • RSS feeds for public lists
  • Better task item reordering
  • Moved the database schema to a Migration script
  • And much more...

It leverages the following technologies:

It also contains an early release of my theme engine work. Check back soon for an article explaining how I implement themes in Rails applications.

Enjoy!

Update: Updated the URL for downloading the source...

Technorati Tags:


12 comments

08.20.05 @ 15:01 Robby Russell said...
I can’t download it… the link doesn’t work. Site down?
08.21.05 @ 10:16 M@ said...
Sorry, I was playing with the server… Try it again. Please let me know if it still doesn’t work. I’ll move it somewhere more stable.
08.21.05 @ 13:16 Jeevan said...
Looks great! Thanks for sharing.
08.21.05 @ 19:29 Robby Russell said...
I am getting this with rake migrate:

$ rake migrate
(in /home/web/matchboy/tasks/taskthis)
rake aborted!
No such file to load — json/objects.rb
./Rakefile:15

Any thoughts?
08.21.05 @ 19:37 M@ said...
Ah yes — I forgot to mention that TaskTHIS require ruby-json. You can install it via rubygems:

> sudo gem install ruby-json

Sorry about that. I’ll put together an update that has the ruby-json modules in the vendor folder and post it tomorrow.
08.21.05 @ 19:40 Robby Russell said...
Thanks!

I figured it out since then. I downloaded the following file and put it in lib/json/.
http://rubyurl.com/OPC
08.21.05 @ 19:43 Robby Russell said...
Now, the current problem is after I started the app (rake migrate seemed to work). I registered.. and when it logs you in:

ERROR C42883 Moperator does not exist: boolean = integer HNo operator matches the given name and argument type(s). You may need to add explicit type casts. Fparse_oper.c L788 Rop_error: SELECT * FROM tasklists WHERE tasklists.user_id = 1 AND view_in_sidebar = 1 ORDER BY position

Extracted source (around line #120):

117:
118:
119:
120:
121:
122:
123: “>
08.21.05 @ 19:44 Robby Russell said...
Oops, output didnt display. I’ll email it to you. :-)
08.21.05 @ 20:03 Robby Russell said...
Okay, the problem appears that you are using ‘boolean’ fields and PostgreSQL is not happy with passing the field integer values (1 & 0).

the boolean type requires single quotes around 1 or 0, so in order to keep SQL code consistant I will be using the integer datatype.
08.21.05 @ 20:03 Robby Russell said...
Okay, the problem appears that you are using ‘boolean’ fields and PostgreSQL is not happy with passing the field integer values (1 & 0).

the boolean type requires single quotes around 1 or 0
08.21.05 @ 20:43 M@ said...
I’ve created a 0.5.1 release — could you give that a try and let me know if it works?
07.26.06 @ 02:50 Gus Garcia said...
The 0.52 version tar file can’t be decoded by tar xvf in linux nor winzip in windows. Do I need a special decoder?

Gus.

No trackbacks

Trackback link:

Please enable javascript to generate a trackback url


You may use Textile, or simple html tags (B,I). Feel free to use Emoticons too. Oh, and please limit yourself to only five links per comment. Anything more and you'll probably get detained by the spam police.