Archive for the “ruby on rails” category

note to self

by jh on October 16, 2011

Siri, write note thumbs_up gem is f–king up my heroku upload like a zillion times. I am frustrated with it. But it is a non-critical component so I’m gonna throw it aside for now. Todo: javascript timer display – great (…)

Read the rest of this entry »

and here’s the beta

by jh on September 28, 2011

http://www.matchballoon.com/     please don’t break it.

clones

by jh on September 28, 2011

I wasn’t pleased that Google Analytics wasn’t showing me any data. And that I seemed to have put the Analytics scriptlet in the wrong position of the page. So, because life is so mafan when you switch between Mac and (…)

Read the rest of this entry »

additional image uploads

by jh on September 18, 2011

Hail good news. Upload of more than one image file is now possible. Hurray. The method used was more omg-i-have-to-do-this??? than i imagined. But it’s 3.30am, I don’t care it works after googling for so long. It’s basically working, but (…)

Read the rest of this entry »

Today’s progress

by jh on September 17, 2011

Not in order of accomplishment Add ability to login with username Add auto pluralize ability to text (this is darn amazing) straightened out some bits of CSS added pagination (but the CSS is borked) created a new div section. moved (…)

Read the rest of this entry »

confession

by jh on September 17, 2011

I have been doing my Ruby on Rails development with zero tests. Yes zero tests. That is major blasphemy in the modern world of Test Driven Development. Sorry, it’s just too complicated for me. TDD = writing a test before (…)

Read the rest of this entry »

postgresql

by jh on August 10, 2011

javascript sux, let’s do something else *checks PivotalTracker* okay let’s migrate from sqlite to postgresql check postgresql install suspicious jh$ brew uninstall postgresql (Terminal commands) jh$ brew doctor frown cmd-c cmd-v (ctrl-c ctrl-v) some command frown jh$ brew list frown (…)

Read the rest of this entry »

by jh on August 10, 2011

Javascript sux. together with form_for and jquery and rails. sux.

no star

by jh on August 9, 2011

After about 8 hours worth, I have concluded that acts_as_rateable is working but my jquery star plugin is not set up properly. UGH.

sunset

by jh on August 7, 2011

I can’t decide which is prettier, above or below @itemhl = HalfLink.find_all_by_item_id(@itemfl, :include => ther_item, rder =>’other_category_id asc’)  @items_grouped_by_categories = @itemhl.group_by {|itemhl| itemhl.other_item.category.name}