- May 27, 2011
-
-
Eric Davis authored
-
- May 25, 2011
-
-
Felix Schäfer authored
-
Felix Schäfer authored
The "dd" the removed assert_tag part was supposed to find should never show up on the page in the first place (it's in a journal, not in the issue itself).
-
- May 22, 2011
-
-
Holger Just authored
-
Holger Just authored
-
- May 21, 2011
-
-
Felix Schäfer authored
-
Felix Schäfer authored
acts_as_journalized called changes as per ActiveRecord::Dirty (see http://ar.rubyonrails.org/classes/ActiveRecord/Dirty.html#M000291), the journalized model Changeset :has_many changes though, which made the call return a list of associated objects instead of the intended list of changed attributes. Replaced changes with the code from AR::Dirty to work around that.
-
- May 20, 2011
-
-
Holger Just authored
Iconv on jRuby does not accept an empty string as "from" encoding. Use the default behavior from the controller instead to leave it unspecified and thuse use UTF-8.
-
Eric Davis authored
-
Eric Davis authored
acts_as_journalized changed the interfaces and didn't include all of the recent changes to the Journals system. * removed Journal diffs, acts_as_journalized handles them differently * fixed the Journal atom feed * added the journal preview back in * added missing tests
-
Holger Just authored
-
Eric Davis authored
-
Eric Davis authored
-
Eric Davis authored
-
Felix Schäfer authored
-
Eric Davis authored
-
Felix Schäfer authored
-
Gregor Schmidt authored
-
-
Felix Schäfer authored
-
Felix Schäfer authored
-
Felix Schäfer authored
-
- May 19, 2011
-
-
Felix Schäfer authored
Database detection library. #112
-
- May 15, 2011
-
-
Holger Just authored
-
Holger Just authored
-
Holger Just authored
-
Holger Just authored
This module can be used to gather information about the currently used database.
-
- May 13, 2011
-
-
Felix Schäfer authored
Fix test errors on 1.8.6 after acts_as_journalized merge. #413
-
Felix Schäfer authored
Fix test errors on 1.9.2 after acts_as_journalized merge. #412
-
Felix Schäfer authored
Remove returning since it causes deprecation warnings. #414
-
Gregor Schmidt authored
-
Gregor Schmidt authored
-
Gregor Schmidt authored
-
Eric Davis authored
-
Eric Davis authored
-
Eric Davis authored
-
Eric Davis authored
-
Eric Davis authored
-
Eric Davis authored
-
Eric Davis authored
-