-
Notifications
You must be signed in to change notification settings - Fork 2
/
History.txt
46 lines (30 loc) · 1.12 KB
/
History.txt
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
=== 0.3.3 / 2008-09-06
* /finally/ pull authors rails version check fix
* push last few changes... pls msg me via github to report bugs (or the the
original author :) )
=== 0.3.2 / 2008-03-18
* enhancements:
* update command now does
- git remote update
- git merge origin/master
in order to track the current version of the plugin repo. The original
version (git submodule update) will update the submodule to the currently
configure ref.
=== 0.3.1 / 2008-03-18
* enhancements:
* allow install and update to use paths so gem and rail (and others) can be submoduled
=== 0.3.0 / 2008-02-06
* enhancements:
* added -d option to add database.yml to .gitignore during init - Ron Damen
* added code to set the default configuration to sqlite for older versions of rails (< 2.0) - Ron Damen
* split up ignores - Ron Damen
i prefer the ignore to be in separate files.
added ignore for sqlite databases.
* typo fixed in init - Ron Damen
=== 0.2.0 / 2008-02-04
* enhancements:
* Added missing gem dependencies
* First public release
=== 0.1.0 / 2008-02-02
* 1 major enhancement:
* Initial release