Commit Graph

531 Commits (27d363df7844f9a23f0efb755cc0329fe243ed42)

Author SHA1 Message Date
Philipp Tessenow 8ba74a6d50 implement inline diff 12 years ago
Martin Linkhorst 73a6d89a75 this gem makes the asset pipeline much faster in development 12 years ago
Martin Linkhorst 35955e4c8f REVIEW: use prototype-rails. fixes some tests. especially remote_function is there again 12 years ago
Martin Linkhorst f1c3a5ef4e REVIEW: updated to a recent version of rubytree. fixed a minor bug. let's hope it will work. 12 years ago
jwollert 4511a4e83d adds i18n-js gem providing us with easier access to translations in js 12 years ago
Martin Linkhorst 35bf0301f2 REVIEW: this gem adds the #auto_link method which is used several times in the code. it was removed in rails 3.1. we should get rid of this dependency at some point in time. 12 years ago
Martin Linkhorst 7d2f6be3b0 remove the globalize3_patch.rb hack that allowed for uniqueness validation on translations. instead use the current git master since the fix is not yet released in version 0.2.0 of globalize3 12 years ago
Martin Linkhorst 710c3cc2b3 add the database cleaner gem to easily purge data in the db 12 years ago
Philipp Tessenow 4dba450164 require nokogiri/patch and add it to gemfile 12 years ago
Martin Linkhorst d19fdaf6a1 apply the rails 3.1.8 generator on the project 12 years ago
Martin Linkhorst 9d1149a704 allow letter opener to be configured by the configuration yaml 12 years ago
Philipp Tessenow 5ff6e800ff added loofah to chili gemfile 12 years ago
Martin Linkhorst 6a2d7a5289 add factory girl to core 12 years ago
Martin Linkhorst dd2c3ab126 easier to read gem definition 12 years ago
Philipp Tessenow 12ac149dbe Revert "use RedCloth gem instead of 'bundled' redcloth3 implementation" 12 years ago
Philipp Tessenow 80e1432426 use RedCloth gem instead of 'bundled' redcloth3 implementation 12 years ago
Martin Linkhorst 497460bbaa added the bullet gem to find n+1 queries easily at runtime 12 years ago
Martin Linkhorst ddf490a0f7 adding the awesome rails footnotes 12 years ago
Martin Linkhorst 3172bdedf6 added #save_and_open_page test helper 12 years ago
Dennis Schmidt fdd7c91d6f test corrections 12 years ago
Martin Linkhorst 085a44a7ff try a rails 3 compatible version of object daddy, fixed some failing tests in issue_test.rb 12 years ago
Jens Ulferts aab91c4f2c requires 'debugger' gem for ruby 1.9 12 years ago
Martin Linkhorst d5a23fc3d5 use the gem version of awesome_nested_set 12 years ago
Martin Linkhorst d08c573e79 added the safe_attributes gem to allow active record subclasses to have magic methods as column names, such as #changes (not to be confused with redmine's #safe_attributes method) 12 years ago
Martin Linkhorst 544614e9b7 make it possible to run rake tasks (the other tasks like delayed job etc. are included by the gems' railties) 12 years ago
Martin Linkhorst 017191b26e make it ruby 1.9.3 and 1.8.7 compatible, yay 12 years ago
Jens Ulferts 5660f65d0d requires rails 3.0 12 years ago
Jens Ulferts 5e13836c17 have destroying user executed as a background task 12 years ago
Jens Ulferts 4f0c79ba06 adding globalize2 gem 13 years ago
Holger Just cb0d4725ad Only allow the mysql database adapter on Ruby 1.8 13 years ago
Holger Just 35c96b5085 Fix typo... 13 years ago
Holger Just 82debeef8b Specify rmagick versions and update distribution list 13 years ago
Felix Schäfer a17ae46187 Don't require a very old rmagick by default. 13 years ago
Holger Just 48796c90dc [#617] Include database gems for mingw (Ruby on Windows) 13 years ago
Felix Schäfer ec4b42f24f Bump rails to 2.3.14 #584 13 years ago
Felix Schäfer 9dae76d564 This should fix it once and for all… #517 13 years ago
Felix Schäfer d8ce7564ce So let's try to hit all "ruby 1.8"s the hard way. 13 years ago
Felix Schäfer 0b57e936f5 Rip faster_csv out of lib into the Gemfile. #517 13 years ago
Holger Just c63954a4c7 Add ruby-debug as test dependency to debug failing tests 13 years ago
Eric Davis a35d61bfb7 [#506] Read Gemfile.local for local gem inclusions. 13 years ago
Eric Davis 9c47208efa [#511] Fix string encodings coming from sqlite3 in MRI 1.9.x 13 years ago
Gregor Schmidt 2630a84e10 [#477] Not using deprecated rake/rdoctask but rdoc/task instead 14 years ago
Eric Davis 731de487e4 [#453] Upgrade to Rails 2.3.12 14 years ago
Eric Davis cff4e83044 [#290] Only print the plugin Gemfile messages when $DEBUG is set 14 years ago
Gregor Schmidt ddcd4f2888 Pinning mysql2 gem to 0.2 branch, since 0.3 and the following are Rails 3 only 14 years ago
Gregor Schmidt a0eb66fc98 [#290] using ~> instead of < for i18n dependency 14 years ago
Gregor Schmidt cbc26ea982 [#290] Remove test gems from dev enviroment. 14 years ago
Gregor Schmidt 326dffbc29 [#290] Adding rmagick, making it opt-out 14 years ago
Gregor Schmidt ddcec2f4a0 [#290] making openid opt-out by adding it to a group 14 years ago
Gregor Schmidt 8304c6847a [#290] loading mocha after shoulda to make sure, that mocha's patches can be properly applied 14 years ago