» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Ruby + frameworks

Compare IronRuby with C#, Smile and Learn as well

know, Ruby languages always fascinated you with many of its great features and Rails always added, lots of smile to it. Its time to smile more with IronRuby, for various reasons

technology: dzone.com: tech links

Resources to help learn RSpec for Merb

We have been trying to work with some different Ruby technologies lately. Currently I am learning RSpec and Merb.

technology: dzone.com: tech links

Setting Up Rails Development Environment on Ubuntu GNU/Linux

Most articles detailing Rails setup instructions on GNU/Linux machines are either outdated or over-complicated. Simple, straight-forward post describes how to get the latest version of Rails setup on Ubuntu OS.

technology: dzone.com: tech links

Open Source Web Services with Ruby

Ruby is a powerful language, I don't think any one will disagree on that. Well, this is about web services with Ruby :-), quite interesting...

technology: dzone.com: tech links

Testing the new One-Click Ruby Installer for Windows

The One-Click Ruby Installer for Windows is evolving nicely. Take a look at its newest support for the MingW environment and what you gain from it.

technology: dzone.com: tech links

Rails for PHP Developers: Function Reference

This function reference covers commonly used PHP libraries to their closest Ruby equivalents. The reference is structured very closely against the PHP reference library.

technology: dzone.com: tech links

Is Twitter Responsible For Rail’s Image?

Is Twitter Responsible For Rail’s Image? Personally, I think not, however let’s take a look at the subject.

technology: dzone.com: tech links

A close look at three Rails 2.1 bugs

Rails 2.1 introduces three annoying bugs. Let's fix them.

technology: dzone.com: tech links

Rails: Where to put the 'other' files

When starting a Rails project, four golden folders are predefined: Models, Views, Controllers, Helpers. Could we possibly need anything more? In my experience, the answer is yes. This leads to the question of, where do these extra files go?

technology: dzone.com: tech links

DSL and Metaprogramming with Smalltalk

Be productive with Squeak and Seaside. Metaprogramming and DSLs with Smalltalk.

technology: dzone.com: tech links

NetBeans 6.5 M1: GlassFish v3 + Rails

NetBeans IDE 6.5 Milestone 1 is now available. The New and Noteworthy feature list certainly makes it worthy for the install - comprehensive PHP support (Editor Screencast and PHP Learning Trail), JavaScript Debugger, Groovy Editor, Grails support and Numerous improvements in other areas are some of them.

technology: dzone.com: tech links

Adding Google Maps To Your Rails Applications

Although there's nothing preventing you from linking to Google's mapping JavaScript API and referencing the library directly from your views, jumping between Ruby/Rails syntax and JavaScript can quickly become a tedious affair. The YM4R/GM plugin remedies this issue nicely, abstracting the API calls through Ruby's familiar object-oriented syntax. With it you can do everything from render simple maps to build complex maps complete with custom markers, information windows, and clusters for facilitating the rendering of large numbers of markers.

technology: dzone.com: tech links

MVC: How to write controllers

4 advices on how to write controllers in a typical MVC application. Rails is used for code examples.

technology: dzone.com: tech links

Cheri: Swing Builder for JRuby

This is the first in a two part series covering Ruby libraries targeted at the Swing application development using the Java implementation of the Ruby programming language: JRuby. Cheri's provides a "builder" - a domain specific language (DSL) - that makes Swing application development both expressive and intuitive.

technology: dzone.com: tech links

Monkeybars: Swing MVC framework for JRuby

This is the second in the series exploring JRuby libraries designed for Swing application development. This screencast examines Monkeybars, an MVC framework that leverages the strengths of Java and Swing for rich-client UI components and layout management and defers to Ruby for intelligent event response and business logic coordination.

technology: dzone.com: tech links

Handling a huge amount of fulltext searches

How do you handle a massive number of fulltext searches? MySQL? Been there, done that. It’s a no-go for average servers. PostgreSql with Tsearch2? See a nice solution cooked from ruby, thin, memcached and sphinx.

technology: dzone.com: tech links

Half a Year in Review - The Top Ten Ruby and Rails Happenings in '08

The top 10 happenings in the Ruby and Rails worlds for the first half of 2008. Post a comment if we missed anything.

technology: dzone.com: tech links

Easily switch between Rails development sites with Phusion Passenger

Helpful article on how to use Passenger to manage all your Rails sites in development

technology: dzone.com: tech links

Learning Ruby on Rails with Heroku Screencast Series

In this first episode of Learning Ruby on Rails with Heroku: 1. Introduction 2. Goal of this screencast series 3. What is Heroku? 4. Getting an account 5. Creating your first Ruby on Rails application 6. Basic navigation of Heroku

technology: dzone.com: tech links

Seaside and Rails

Last time there was an another great article about Smalltalk called Back to the future for Smalltalk. Looks like a smalltalk back to the game :) It’s maybe the same history like a Ruby, today Ruby is really popular because DHH created Rails. But in Smalltalk we have Seaside which is also outstanding. Im generally a Ruby programmer, now im working with Squeak. I just wanna try how productive could I be with Seaside.

technology: dzone.com: tech links

Rails 10x more productive, Scala 2x. Really?

Note that I’m not going to address the “Rails vs. Scala” debate, which would be better rephrased as “Ruby vs. Scala”, or “Rails vs. Lift or a hypothetical Scala web app framework”.

technology: dzone.com: tech links

Getting ActiveScaffold 1.1.1 to Work With Rails 2.1.0

When I wrote about a Rails development container I kinda left off with “it all worked and everyone’s happy!” This post goes into a bit of detail about how I upgraded Rails (and ActiveScaffold) to use the newer versions. It’s not that this all that tough or clever but there’s not a lot of information on it.

technology: dzone.com: tech links

Web Scalability Practices: Bumper Sticker on Rails

This is the first post in a series on scalability using Ruby on Rails including an examination of the steps we took – some successful, some not so much – to scale Bumper Sticker to be one of the top four applications on Facebook.

technology: dzone.com: tech links

Flexible Rails Refcard Available - Download Now

Peter Armstrong, author of Flexible Rails and Enterprise Flexible Rails, has put together an overview of Flex and Rails. Flexible Rails: Flex 3 on Rails 2 shows you how Flex and Rails can be used together,

technology: dzone.com: tech links

Using jQuery with Ruby on Rails

By default, Rails comes packed with the Prototype javascript library and the effects library, Scriptaculous. While this is all well and good sometimes you want a change. I personally prefer jQuery to prototype. I don’t have any beef with prototype, infact I used it for about a year before even getting into rails, but I just prefer the jQuery syntax and selectors.

technology: dzone.com: tech links

Not going dark

Rubyforge is now hosting an “initial pre-release of a preview of an alpha of an undocumented proof-of-concept” of the rewrite gem. Rewrite restricts things like andand or try to your code and your code alone. Sure, if you introduce a bug in your code, you may break things that directly depend on your code. But if you introduce “try” using rewrite instead of modifying Object, you will not reach out across your project and break something entirely unrelated that happens to have defined its own version of try in a completely different way.

technology: dzone.com: tech links

How Ruby on Rails and REST go together

Rails 2.0, the latest version of the framework for the Ruby language, is made for doing REST applications, says Mike Clark, author of the newly released "Advanced Rails Recipes: 84 New Ways to Build Stunning Rails Apps".

technology: dzone.com: tech links

About Metaprogramming speed

In conclusion, metaprogramming can be as fast as no metaprogramming but that won't help your code readability and maintainability, so make sure to only use this great trick when needed!

technology: dzone.com: tech links

10 must-have Rails plugins

I was talking to Tim the other day about auditing Rails projects, and how we see a lot of Rails projects that reinvent the wheel instead of using plugins. The obvious follow-up question, of course, is "What plugins (or gems) should we be using?" Below I list ten plugins that we use regularly, and a brief reason why you might want to, too.

technology: dzone.com: tech links

Cache it all

I recently redid my personal web site, at welton.it. Wanting to be quick about it, and make the look and feel a bit more uniform than it has been in the past, I hacked together some pages in Rails. Despite this being sort of a "killing a fly with a bazooka" situation, I've been doing lots with Rails, so it was quick to use. Here's the thing, though: Rails is definitely overkill, as the site is basically static. I don't need to calculate anything or fetch stuff from a database - I just wanted a reasonably good template system, and I am quite comfortable with Rails these days.

technology: dzone.com: tech links

jRails: Ruby on Rails with the Prototype guts ripped out

Luckily, I discovered jRails, which replaces the Prototype parts of Rails with a custom fork of jQuery, jQuery FX and jQuery UI. With jRails installed, all of the familiar Rails helpers function as usual: form_remote_for, observe_form and link_to_remote. But under the hood, they're running on jQuery instead of Prototype, which makes it much easier to integrate your custom, client-side jQuery-style JavaScript with the auto-generated stuff Rails spits out.

technology: dzone.com: tech links

Strangling Strategies

I'm the author of the article. I just find useful to see what kind of interest the argument have and possibly reply to questions and have some interesting discussions.

technology: dzone.com: tech links

Installing Passenger "AND" Ruby Enterprise Edition

Everybody posted on how to install Phusion Passenger (mod_rails) but no one elaborated on how to get Ruby Enterprise Edition (the optimizated Ruby interpreter with the copy-on-write feature). This article is in portuguese, but you will be able to follow the chain of commands.

technology: dzone.com: tech links

Did Rails Sink Twitter?

Twitter is arguably the most heavily used Ruby on Rails application in the world. Almost since its inception, Twitter has fostered a wildly passionate cult following. Also from the beginning, Twitter has suffered from chronic outages under that load.

technology: dzone.com: tech links

Page 1 | Next >>