0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 20 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor rakefile change More... about 14 years ago
Version bump to 0.2.1 More... about 14 years ago
This should've never passed or am I wrong? More... about 14 years ago
overloaded attributes and attribute_names which now include translated attributes as well. This enables things like to_xml to work out of the box More... about 14 years ago
added test for writable attributes for objects retrieved by find_by_xx More... about 14 years ago
Records retrieved by find_by_xx now have writable attributes. closes #27 More... about 14 years ago
updated gemspec More... about 14 years ago
apparently the foreign key should not be prefixed with table_name_prefix - please test this and report if there are any issues. More... about 14 years ago
Add test for required_attributes More... about 14 years ago
Don't include non-translated attributes in required attributes Allow to set required attributes so it works without validation_reflection More... about 14 years ago
don't require validation_reflection by default More... about 14 years ago
update readme More... about 14 years ago
added &block as 3rd method argument to make sure it doesn't raise another argument error if a block is supplied More... over 14 years ago
fixes http://github.com/joshmh/globalize2/issues/#issue/23 More... over 14 years ago
prepare tagging v0.1.1 More... over 14 years ago
make translated attribute readers optionally accept a locale (e.g. post.subject(:de)) More... over 14 years ago
rename key to locale to make set_translations more readable More... over 14 years ago
reference Tomasz Stachewicz' migration script (http://gist.github.com/120867) More... over 14 years ago
reference Tomasz Stachewicz' migration script (http://gist.github.com/120867) More... over 14 years ago
stop ActiveRecord::Base.locale from defaulting to I18n.locale, add ActiveRecord::Base.with_locale and make ActiveRecord::Base#attributes= accept a virtual :locale attribute. More... over 14 years ago
style nazi hits More... over 14 years ago
update readme More... over 14 years ago
remove bogus include from init.rb More... over 14 years ago
bump to 0.2.0 More... over 14 years ago
named scope #with_translations More... over 14 years ago
clean up tests a bit, add validation tests More... over 14 years ago
update init.rb More... over 14 years ago
clean a few things up More... over 14 years ago
add .DS_Store to gitignore More... over 14 years ago
update init.rb to only require globalize/active_record More... over 14 years ago