public
Description: TextMate bundle - Amplified Mate Productivity
Homepage: http://code.leadmediapartners.com/tools/rubyamp
Clone URL: git://github.com/timcharper/rubyamp.git
rubyamp / CHANGELOG
100644 25 lines (16 sloc) 1.046 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
25
[2009-03-25]
  * Added swap around comma
 
[2008-09-27]
* TM_RUBY workaround caused TextMate to run it's bash_init.sh script, which
set the RUBYLIBS environment, which caused an incompatibility with rails and
the builder gem to surface. Applied another workaround to fix that.
 
[2008-09-25]
  * Ability to configure application server port
  * Now attempts to play well with installed version RSpec.tmbundle, rather than shipping with everything installed
  * Debugger works with RSpec Story Runner files now (RSpec Story Runner bundle required)
 
[2008-09-09] Fix: Shrink and trim commands workaround to prevent "indentation" effect when working with multi-line selects.
 
[2008-07-30] Added shrink selection and trim selection commands
 
[2008-07-14] Added syntax coloring for Rails log files
 
[2008-07-14] XML -> Builder::XMLMarkup now understands new-line characters
 
[2008-06-13] Fixes for pretty-align command, with specs. (Joe Tanner)
 
[2008-05-20] Added command to auto-align align snippets (thanks, Joe Tanner (Lead Media Partners))