36
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix broken JS links. More... about 14 years ago
Extract out version number in a different file, so that ./cruise help works. More... about 14 years ago
Ensure that the project names can contain periods. More... about 14 years ago
Fix tests broken due to a255b30f. More... about 14 years ago
Merge remote-tracking branch 'tw/master' More... about 14 years ago
Ensure that jetty script runs on 64 bit. More... about 14 years ago
Switch to using the bundled jruby script for the ruby platform. More... about 14 years ago
Ensure that jruby script runs on 64 bit. More... about 14 years ago
Upgrade nokogiri to the latest version. This version contains native java code instead of a dependency on libxml2 using ffi. More... about 14 years ago
Add in the redcloth gems for other platforms. More... about 14 years ago
Fix documentation generation. This was likely caused because of a change in ActionView's templating API. More... about 14 years ago
Fix path to jquery. More... about 14 years ago
Add the package dir to gitignore. More... about 14 years ago
Exclude the vendor directory and other cruft from being packaged. More... about 14 years ago
We did not have any JS library, dropping in JQuery using the jquery-rails gem. More... about 14 years ago
Remove gem that was left out. More... about 14 years ago
Add in jruby, jetty and logging jars and jruby-openssl as a prerequisite to be able to bootstrap the rails app using jetty. More... about 14 years ago
Fix tests when the shell is set to jruby. Needed some quoting on special characters. More... about 14 years ago
Update nokogiri to 1.4.4. This seems to be the only latest version that ships for all platforms. More... about 14 years ago
Fix build on jruby. More... about 14 years ago
Merge pull request #29 from ketan/master More... about 14 years ago
produce a self hosting ccrb.jar that can be executed using `java -jar ccrb.jar`. More... about 14 years ago
Vendorize all gems. This ensures that all developers are on the same version of gems. Install using: `bundle install --path vendor --local` More... about 14 years ago
Rake 0.9.0 broke rails. Force a rake and rails version that is known to be compatible. More... about 14 years ago
First pass at a revamped UI. More... about 14 years ago
fixed schema loading: for big projects it is easier to load the schema than to migrate all the way up from the floor More... about 14 years ago
fixed rss routes in project overview More... about 14 years ago
Switched over to LessCSS for stylesheet rendering. More... about 14 years ago
Adding JSON format support to projects routes. More... about 14 years ago
Merge pull request #26 from arunagw/master More... about 14 years ago