public
Description: Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
Homepage: http://groups.google.com/group/rubyonrails-textmate
Clone URL: git://github.com/drnic/ruby-on-rails-tmbundle.git
Search Repo:
Click here to lend your support to: ruby-on-rails-tmbundle and make a donation at www.pledgie.com !
drnic (author)
Mon May 12 16:26:38 -0700 2008
commit  82d77a114345aa24dffd10f0c5ca9af31431a9e6
tree    ad7277e91d9b31430cab528d46705ce92834d5ce
parent  078fbdc4ac151bf7a5953224dae6d7f4c6f13c43
100644 24 lines (21 sloc) 1.389 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
== TODO - From Dr Nic ==
 
- Call Generate Script - dynamically load generator names (bin/generate.rb)
 
== TODO - From Duane ==
- 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