Projects tagged ‘rails’ and ‘rubygem’


[12 total ]

600 Users
   

Ruby on Rails is a full-stack MVC framework for database-backed web applications that's optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring ... [More] convention over configuration. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development environment. To go live, all you need to add is a database and a web server. [Less]
Created over 3 years ago.

235 Users
   

A small fast HTTP server written in (mostly) Ruby that can be used to host web frameworks directly with HTTP rather than FastCGI or SCGI.
Created over 3 years ago.

22 Users
   

Radiant is a no-fluff, open source content management system designed for small teams. Radiant features: * An elegant user interface * Flexible templating with layouts, snippets, page parts ... [More] , and a custom tagging language * A first-class extension/plugin system * Simple user management and permissions [Less]
Created over 3 years ago.

3 Users

awesome gem hosting
Created 3 months ago.

2 Users
   

openSteam is a generic eCommerce Framework for RubyOnRails. Its goal is to simplify the implementation and ui-design process of a webshop.
Created about 1 year ago.

2 Users
 

Swiftiply is a highly optimized clustering proxy for web applications (currently supports: Rails, Merb, IOWA, Ramaze, Camping, and Nitro, with the ability to support many more). It increases ... [More] application performance in a few ways. First, it uses EventMachine for network traffic (eventmachine is an event-based asynchronous network library which uses epoll on Linux for high network performance). Secondly, it reverses the way Proxies normally work by letting the nodes in the pool connect to Swiftiply with persistent TCP connections. This removes the delay of having to create a new TCP connection for every request, and makes it easier to maintain your cluster since nodes can be added and removed from the pool simply by starting new processes on a server. [Less]
Created over 2 years ago.

1 Users
 

Suppresses the noise in your Test::Unit backtraces. Ruby gem.
Created about 1 year ago.

1 Users

Warbler is a gem to make a .war file out of a Rails project. The intent is to provide a minimal, flexible, ruby-like way to bundle up all of your application files for deployment to a Java application ... [More] server. Warbler provides a sane set of out-of-the box defaults that should allow most Rails applications without external gem dependencies (aside from Rails itself) to assemble and Just Work. Warbler bundles JRuby and the JRuby-Rack servlet adapter for dispatching requests to your application inside the java application server, and assembles all jar files in WARBLER_HOME/lib/*.jar into your application. No external dependencies are downloaded. [Less]
Created about 1 year ago.

1 Users
 

Jetty Rails aims to run any Warbler based jruby on rails applications with Jetty Container, loading configuration from Warbler. This project is useful for people developing jruby on rails apps that ... [More] can not use mongrel for development. Rails applications integrated with servlet based applications in the same context would be a reasonable reason. [Less]
Created about 1 year ago.

1 Users

Link or freeze RubyGems into your rails apps, instead of just plugins. This allows you to ‘vendor everything’ – pushing all dependent gems into your rails app thus ensuring your application will ... [More] be guaranteed to work when deployed. Your application is no longer dependent on the gems that are/aren’t available on your target deployment environment. [Less]
Created 11 months ago.