1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 20 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated README to highlight ruby 1.9.3 compatibility More... over 12 years ago
Merge branch '1.9.3' of https://github.com/brodock/altered_beast More... over 12 years ago
Fixed some duplications on topics show More... over 12 years ago
Fixing I18n errors related to html_safe. There is already a bug report for this problem here: https://github.com/svenfuchs/i18n/issues/107 but no fix released yet, so going to workaround as it has no side effect. More... over 12 years ago
Migrated from permalink_fu to friendly_id as permalink_fu is not being updated anymore. More... over 12 years ago
Updated Rails to latest 3.0.x and updated RedCloth to work fine with ruby 1.9.3 More... over 12 years ago
Merge remote-tracking branch 'stiff/master' More... over 12 years ago
another tiny step towards specs More... over 12 years ago
half way to running specs More... over 12 years ago
simplified very annoying first site creation More... over 12 years ago
de.yml and en.yml locales had some invalid data, fixed More... almost 13 years ago
updated app:bootstrap rake task so generated database.yml file uses mysql2 adapter instead of mysql More... almost 13 years ago
Merge pull request #3 from dimko/master More... almost 13 years ago
sweepers now work More... almost 13 years ago
select -> collection_select in users#show More... almost 13 years ago
removed needless lines of code in users controller More... almost 13 years ago
fixed deprecated <% form %> More... almost 13 years ago
simplified site's methods a bit More... almost 13 years ago
removed needless html_escape calls More... almost 13 years ago
removed preinitializer config file More... almost 13 years ago
Rails.root -> config.root in application config More... almost 13 years ago
File.join Rails.root -> Rails.root.join More... almost 13 years ago
updated deprecated RAILS_ROOT More... almost 13 years ago
simplified boot file More... almost 13 years ago
updated validations in moderatorship and monitorship models a bit More... almost 13 years ago
fixed finding topic and forum by permalink in topics controller More... almost 13 years ago
dry'ed forums controller a bit More... almost 13 years ago
removed needless attributes converting More... almost 13 years ago
tuned user/validation methods a bit More... almost 13 years ago
updated deprecated errors#add_to_base with errors#add :base More... almost 13 years ago