1
SVN
2
* Feature [#1853]: added support of thin (http://code.macournoyer.com/thin/)
3
* Fixed [#16742]: pass rails environment to script/console
4
5
0.5.99.6
6
* Removed file 'untabify-file.el' from package emacs-rails
7
* Updated highlight of compilation output
8
* Added ruby-mode support in hs-minor-mode (aka folding).
9
* Added migrations and configuration files to speedbar.
10
* More shortcuts for tests.
11
12
0.5.99.5
13
* Improved `align` support in `ruby-mode`.
14
* Fixed bug [#10613]: Wrong comparison of emacs-major-version.
15
* Apply patch [#10532]: allows '-' to occur in the errror filepath (thanks Peter Williams).
16
* Fixed bug [#10417]: ruby-flymake had applying only if flymake is
17
  available.
18
* Raise a error if emacs-rails run on old version of Emacs (less 22).
19
* Updated view mode of "views".
20
* Fixed bug [#10357]: code expansion shouldn't occur in comment lines.
21
22
0.5.99.4
23
* Added the test/test_helper in list of helpers.
24
* Added list of templates in speedbar.
25
* Fixed bug [#10056]: when one open file in a read only directory,
26
  flymake try to open a new file and failed (thanks Rémi Vanicat).
27
* Fixed bug [#9991]: allow setup key prefix for rails-minor-mode.
28
* Fixed bug [#10053]: don't match rhtml/rxml/rjs files in test output (thanks Rémi Vanicat).
29
30
0.5.99.3
31
* Added speedbar integration, type [F11] to toogle speedbar.
32
* Fixed bug #9880: the hotkey "C-c ." conflicted with ECB, changed to "C-c C-c ,".
33
* New hotkeys, to easy switch without a popup menu between a
34
  controller or a model related files.
35
  In model layout:
36
    - "C-c m" go to model
37
    - "C-c u" go to unit test
38
    - "C-c g" go to migration
39
    - "C-c c" go to controller
40
    - "C-c x" go to fixture
41
    - "C-c n" go to mailer
42
  In controller layout:
43
    - "C-c g" go to migration
44
    - "C-c m" go to model
45
    - "C-c h" go to helper
46
    - "C-c f" go to functional test
47
    - "C-c c" go to controller
48
    - "C-c u" go to unit test
49
* Fixed bug #9783 (remove-postfix: Wrong type argument: arrayp, nil).
50
* Updated the compilation output, for better highlight of error and warnings.
51
* Added the flymake support to on the fly syntax checked in the ruby-mode.
52
53
0.5.99.2
54
* Added new dynamic snippets for RESTful,
55
    for instance: in controller UsersController type "rshow<TAB>"
56
    will be expand to "user_url(@user)" and display tooltip "GET /users/1".
57
* Added migration support - migrate, migrate to previous version,
58
  migrate to version.
59
* Created separate menubar entries named "Navigate", "Database", "Tests".
60
* Fixed bug #9721: Emacs 21.4.x can't load rails-core.el with error "Wrong
61
  number of arguments: #<subr defalias>".
62
* Added support pcompletion in ruby-mode (if possible).
63
* Added new "Go to unit tests" and "Go to functional tests" hotkeys
64
  and menu entries.
65
* Added tests integration with the compile library.
66
* New [C-c /] hotkey to toggle output window.
67
68
0.5.99.1
69
* Fixed bug #9619, script/server fails to start with [C-c C-c w s].
70
* Added hotkeys for tests:
71
  - [C-c C-c .] running a test for current model/controller (global)
72
  - [C-c .] running a test for current method (in a functional/unit test)
73
* Prints total of tests, asertions, failures, errors after end of
74
  tests running.
75
* Fixed recursive "require" error after compilation #9547.
76
77
0.5.99
78
* Improvement of tests and rails scripts output; run asynchronous,
79
  colorize output, etc.
80
* New [C-:] hotkey to easy switch between strings and symbols at point
81
  in ruby-mode.
82
* New [C-c f] hotkey to popup a menu with list of functions in
83
  ruby-mode.
84
85
0.5.4
86
* Added mailers support.
87
* Added fixtures support.
88
* Fixed incorrect indentation in snippets [#9460].
89
* Added support template types in layouts menu.
90
* Added support haml template engine.
91
* Use `compile` to run `rake tests`.
92
* Ask to save modified buffers before run rake.
93
* Added "quick switch" to support models and unit tests.
94
95
0.5.3
96
* Create separate menubar entry "Snippets".
97
* Allow web server selection auto-save.
98
* Corrected errors at work with sql.
99
* Fixed byte-compile warnings.
100
101
0.5.2
102
* Fixed bugs: #8221, #8223.
103
* Using system `tail` program for display log files.
104
105
0.5.1 at 27.01.2007
106
* Support plugin: quick menu "Go to plugins" and navigate inside
107
  plugin.
108
* Update Web Server support, add Lighttd to list of supported servers.
109
* Automatic apply ruby-mode to *.rake files and setup utf-8 encoding.
110
* Add more targets to generate/destroy.
111
* Add autocomplete in generate/destroy/rake/test commands.
112
* Small fixes indentation in snippets.