About

Nodeta is a software development company that focuses on web software. We employ a highly agile and effective process. We have worked both on light independent projects and in the environment of large global enterprises.

Our Products

Flowdock

Streamline your team's tasks, feeds and communication. Organize with tags. Sign up for beta!


APIdock

APIdock provides a rich and usable interface for searching, perusing and improving the documentation of projects that are included in the app.

Categories
Archives
-->

APIdock to be built-in in the Rails Textmate bundle?

Mikael Roos March 5th, 2009

In addition to all kinds of general Ruby fame, Dr. Nic is the creator and maintainer of the Ruby on Rails Textmate bundle. Now, it seems that just a few hours ago he noticed that our Ville Lautanala aka Lautis had written a few good bugfixes and changes to the bundle. He then went ahead and merged them to the master branch.  And the real kicker here is, that among those changes was the change that adds APIdock-powered documentation macros. Let’s hope that this change sticks so all Rails codin’ Textmate users will be able to enjoy the rich documentation browsing that APIdock provides.

Will the Ruby bundle, which is also maintained by Dr. Nic, follow next?

Update: Origin of the bundle can be changed using following commands:

% cd ~/Library/Application\ Support/Textmate/Bundles/Ruby\ On\ Rails.tmbundle
% git remote rm origin
% git remote add -f -t master -m master origin git://github.com/drnic/ruby-on-rails-tmbundle.git

Trackbacks

3 Comments

  1. For those of you who aren’t using Dr. Nic’s excellent Rails Textmate Bundle, I’ve created a stand-alone Bundle that adds both Rails and Ruby APIdock-powered documentation to Textmate. Check the link below for details & installation instructions (even if you don’t use git). Anyone want to fork & add rspec support?

    http://github.com/metavida/apidock-tmbundle/tree/master

  2. A tidbit of history: the Rails bundle was originally created by Duane Johnson (http://blog.inquirylabs.com/) Most of the awesomeness in it, including its internal test structure etc, was created by him. I learned a lot about bundle development from maintaining this bundle!

  3. François Montel

    Nice! Would be great if Dr.Nic’s bundle also included ApiDock support for Ruby documentation (it does so for Rails, but no Ruby). That way the separate APIDock bundle wouldn’t be necessary.

Leave a Reply