public
Description: A replacement for ActiveRecord::Base#save! for Ruby on Rails
Homepage:
Clone URL: git://github.com/ryanlowe/save_or_raise.git
save_or_raise / CHANGELOG
100644 21 lines (13 sloc) 0.266 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
== 0.1.2
 
May 26
= remove the script directory
 
 
== 0.1.1
 
May 25
= add the MIT license
 
== 0.1.0
 
May 26
= add GitHub gemspec file
= finished first rough implementation
 
May 25
= add the needed parts of the Rails framework to run tests
= README: the raison d'ĂȘtre