Ruby Ajax Frameworks - Ajax Patterns

Ruby Ajax Frameworks

From Ajax Patterns

See also Multi-Language_Ajax_Frameworks and Ajax_Frameworks.

Contents

Ruby On Rails

Ruby On Rails is a general web framework with strong Ajax support

  • Rails was still in its early days when Ajax hype began, so Ajax may become increasingly core to the Rails framework.
  • Generates most/all of the Javascript for widgets and animation in the browser.
  • Support for calling server-side
  • Scheduling support.
  • Open source license (MIT or similar). By David Heinemeier Hansson and contributors.