Skip to content

vicoapp/ruby-on-rails.tmbundle

This branch is 5 commits ahead of, 1 commit behind alto/ruby-on-rails.tmbundle:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6068b08 · Sep 13, 2011
Mar 8, 2008
Jun 19, 2008
Mar 10, 2008
Jun 19, 2008
Jul 5, 2011
Jun 29, 2011
Mar 8, 2008
Mar 8, 2008
Mar 8, 2008
Mar 8, 2008
Mar 8, 2008
Mar 8, 2008
May 20, 2008
Mar 8, 2008
Feb 22, 2006
Mar 8, 2008
Mar 8, 2008
Mar 8, 2008
Apr 18, 2011

Repository files navigation

TextMate bundle for Ruby on Rails development

GET IT NOW: with Rails 2.0 support.

Rails 2.0 (copied from CHANGELOG)

* Snippets/Commands for:
  * Tests
    * assert_select (ass)
    * assert_difference/assert_no_difference (asd/asnd)
    * GET+POST test method stubs (defg+defp)
  * Controllers
    * respond_to (rst)
    * REMOVED: render_component snippets
    * loggers - pass a block instead of raw string to save time if logging not used (e.g. production) [thx Stephen Touset]
    * redirect_to for resource paths (rep, repp, renp, renpp)
    * render :update (ru) [thx Simon Jefford]
  * Views
    * form_for (ff)
    * link_to for resource paths (lip, lipp, linp, linpp)
    * <% end -%> (end)
  * Models
    * has_many :though (hmt)
    * association snippets give better defaults (e.g. bt + hm)
    * validates_format_of (vf,vfif) [thx Dean Strelau]
  * Migrations
    * Sexy Migrations now available as "t." snippets [thx Lawrence Pit]
    * Migration classes have own textmate scope
    * Add/Remove Columns - the 'down' statements are in reverse order [thx Lawrence Pit, Daniel Kristensen]
* Language/Syntax
  * New keywords: rescue_from
  * Added rb as a valid Rails file type [thx James Deville]
* Commands
  * html.erb is the default for new templates (backwards compatibility is being worked on too)
* Plugins
  * Footnote
    * footnote-edge uses .erb for templates [thx Stephen Bannasch]

About

TextMate support for Ruby on Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 83.5%
  • JavaScript 16.5%