Scribbish for simplelog

Posted by Jason King 12 months ago

New look and feel - I quickly ported Scribbish over to simplelog because I was sick of the dark. Next I want to find out whether I can easily get syntax highlighting onto my webhost.

Stay tuned for posts about transactional DDLs coming soon for SQLite in Rails 2.3.

Also a really neat tool for getting started on a new gem.

Also a really nice tool for viewing your test output and making it a bit clearer (especially good for those huge test suites.

Back soon.

Oh, I just stuck it up on GitHub, here.

Remote script/console

Posted by Jason King over 2 years ago

Someone on #rubyonrails asked a question the other day, whether there was a capistrano task to open a script/console over ssh on the remote server. Such a brilliant idea that I asked him to fill me in if he found it - and he did, here

Instead of having to open an ssh session, and cd to the right dir, and fire up script/console you can just use the cap task from the comfort of your project dir on your local machine:

cap remote:console

…cont.