public
Fork of drnic/ruby-on-rails-tmbundle
Description: Ruby on Rails TextMate bundle [master branch is svn trunk; patches to drnicwilliams@gmail.com]
Homepage: http://macromates.com
Clone URL: git://github.com/Infininight/ruby-on-rails-tmbundle.git
Search Repo:
100644 21 lines (20 sloc) 1.279 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
== TODO ==
- Let RailsPath recognize application.rb as a controller
- Remove extraneous dirname from setting each RUBYLIB -- remove from plugins too?
- License for footnotes?
- Chop rails_root from inline-partial-edit-mode's partial names
- Use <div> instead of <!-- --> for inline-partial-edit-mode? May allow for folding.
- Remove indentation from partials during create-partial-from-selection
- Add indentation to partials when entering inline-partial-edit-mode
- Add indentation to erb fragment that replaces the partials after create-partial-from-selection
- Intelligent Go To File needs to look for rxml and rjs files
  - pop up window asking for filename on create (if view doesn't exist, for example)
- Fix inline-partial mode for rjs files (<!-- style comments don't work well in ruby code)
- Use scope hints to make more intelligent actions:
  - e.g. if inside source.css.embedded.html create a css file instead of a partial with create-from-selection
  - source.ruby.rails: unit tests, controllers, models
  -
  
- Make the backtracer find "extracted source" lines as well [done]
- Make go-to-file go to unit test (esp. from models)
- List common rake tasks in a pop-up menu and execute? db_schema_import db_schema_dump migrate
- Jump to environment.rb, database.yml