search for: hirb

Displaying 3 results from an estimated 3 matches for "hirb".

Did you mean: herb
2009 Mar 27
3
ANNOUNCE: Hirb - A gem enhancing your script/console
Hi, I''m announcing Hirb, a mini view framework which enables script/ console to provide custom views. Out of the box your activerecord objects come back as ascii tables. You can also configure your tree-based models to return as ascii trees: Numeric |-- Float |-- Integer | |-- Bignum | `-- Fixnum |-- Date:...
2010 Jan 06
4
serialized attribute converting to string on reload
...deed so. Though when I reload it changes the data to a string. Not yaml, just one digit, the id of the object i had serialized. Don''t think that''s pertinent, most likely that was just the first listed attribute of the stored object. Anybody have any idea why this would happen? (hirb styling in the below posted irb): > Item.find(6).equip(me) => true >> me.equipment +----+--------------+--------------------------+-------+-------+------- +------+-------------------------+-------------------------+ | id | character_id | rhand | lhand | chest | pants...
2011 Sep 24
4
Heroku Slugsize shot up drastically
Hi, Locally my application is 7MB without tests and logs, etc. The .git folder is 29 MB. I also have no gems / plugins in vendor folder. 95% of images sit on S3. However on committing to Heroku it shows -----> Compiled slug size is 62.7MB What is wrong? It happened? To add more context my .gitignore file is .bundle, db/.sqlite3, config/ database.yml, log/.log, tmp/, .idea, .redcar,