GitXplorerGitXplorer
a

ruby-on-rails.tmbundle

public
1 stars
7 forks
0 issues

Commits

List of commits on branch master.
Unverified
3e15ab02b8ee2e90fc31403ff3f95fe5fa518722

added support for Rails engines regarding go-to-alternate-file

aalto committed 15 years ago
Unverified
7c410a098f0e343d52f70b4f9c08b8669d0a594c

Adding encoding comments to the Bundles directory where needed. Patch from Dave Thomas.

JJEG2 committed 16 years ago
Unverified
127c6024be71920a325704c79c40262c2e936ebd

commit to fix broken dcommit process

ddrnic committed 17 years ago
Unverified
d5d21d44a69087da49423aecf164e6a808fe0ade

Started with adding change_table snippets & macros

ddrnic committed 17 years ago
Unverified
cc08279e212870652044602f559cd7c49c470a14

Simple draggable for ruby files into ruby files: creates a require statement based on common known , else uses a relative path

ddrnic committed 17 years ago
Unverified
c5a96214d52af20eede31bce33add647e7776ddc

removed acts_as_list and acts_as_tree from syntax as they are now plugins

ddrnic committed 17 years ago

README

The README file for this repository.

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]