-
The markdown in the answers was being killed by it being interpreted …
parndt committedJan 6, 2011 …as a code block so it both didn't look right and was affecting links.
-
Remove a couple of files from repo that don't belong.
chrisdarroch committedJul 11, 2010 -
The plugin version of haml should not be required anymore. Instead, r…
chrisdarroch committedJul 11, 2010 …ely on its gem version. According to haml (3.0.13) itself: haml --rails isn't needed for Rails 2.1 or greater. Add 'gem "haml"' to config/environment.rb instead.
-
Skip the Thinking Sphinx tasks if they can't be loaded for some reaso…
chrisdarroch committedJul 11, 2010 …n. Update the error message if Rails is not installed.
-
chrisdarroch committed
Jun 11, 2010
-
Explicitly include i18n to make dotiw work.
chrisdarroch committedJun 5, 2010
-
radar committed
Apr 8, 2010
-
Ruby 1.9 compatibility: Add explicit require to fileutils.
Ryan Bigg committedMar 20, 2010 -
Use will_paginate gem instead of a plugin.
Ryan Bigg committedMar 20, 2010 -
Reference top level constant so it does not potentially reference Spe…
Ryan Bigg committedMar 20, 2010 …c::Rails instead of the real Rails.
-
Specify ip always when building posts and topics.
Ryan Bigg committedMar 19, 2010 -
Ryan Bigg committed
Mar 19, 2010 -
Ryan Bigg committed
Mar 19, 2010 -
Need to create topics and posts with ip associations always now.
Ryan Bigg committedMar 19, 2010
-
Ryan Bigg committed
Mar 16, 2010 -
Ryan Bigg committed
Mar 16, 2010 -
Merge branch 'master' of git://github.com/fatalerrorx/rboard
Ryan Bigg committedMar 16, 2010 * 'master' of git://github.com/fatalerrorx/rboard: Fixed a small bug after testing so that the error message showed up. Added error handling to edit profile otherwise if someone filled in just the password for example.
-
Fixed a small bug after testing so that the error message showed up.
Paul committedMar 15, 2010 -
Added error handling to edit profile otherwise if someone filled in j…
Paul committedMar 15, 2010 …ust the password for example. It would redirect to a blank page and not save anything and the user would be very confused no it displays an error message and allows the user to fix their mistakes.
-
Ryan Bigg committed
Mar 14, 2010 -
Specify :dependent => :nullify on Category so that when a category is…
Ryan Bigg committedMar 14, 2010 … deleted the forums beneath it have category_id set to nil. Closes #25.
-
Refactor down to find_or_create_by_user_id_and_ip_id
Ryan Bigg committedMar 14, 2010 -
topics model and posts model was logging duplicate ip addresses which…
Paul committedMar 14, 2010 … creates way to many entries to make heads or tails of. Thats fixed now.
-
Fixed incorrect refrences to locals for topics count and posts count.…
Paul committedMar 14, 2010 … Now the correct number for topics and posts is displayed.
-
Merge branch 'master' of git://github.com/radar/rboard
Paul committedMar 14, 2010 -
Merge branch 'master' of git://github.com/radar/rboard
Paul committedMar 14, 2010 -
Ryan Bigg committed
Mar 14, 2010 -
Remove images that are no longer used.
Ryan Bigg committedMar 14, 2010 -
Upgraded HAML to 2.2.21 and tested that it works. Also removed incorr…
Paul authored and Ryan Bigg committedMar 14, 2010 …ect indentation in application.html.haml which was causing code to be incorrectly wrapped in <link> </link> tags which is bad html.
-
Ryan Bigg committed
Mar 14, 2010 -
Upgraded HAML to 2.2.21 and tested that it works. Also removed incorr…
Paul committedMar 14, 2010 …ect indentation in application.html.haml which was causing code to be incorrectly wrapped in <link> </link> tags which is bad html.
-
Add "Member since" translation [fatalerrorx]
Ryan Bigg committedMar 14, 2010 -
edit.jpg -> edit.png and delete.jpg -> delete.png. Icons from famfamfam.
Ryan Bigg committedMar 14, 2010
-
new.jpg -> new.png & old.jpg -> old.png. This is 2010 after all.
radar committedFeb 6, 2010 -
Extend cleaner.rb to accept files to ignore.
radar committedFeb 6, 2010