Quantcast
Channel: The Rails Future
Browsing latest articles
Browse All 10 View Live

How to get a C# app to upload to rails (respond_to do |format|) XML

Imagine that you have data in a computer program you wrote, and you'd like to send that data up to your rails app. Well, this tutorial will illustrate exactly how to do that using C# as the language....

View Article



004 - Models and objects in rails

In rails, models are your objects. If you're coming from C# background, or something similar, that makes perfect sense to you. If not, this code might explain the concept. my_new_object = User.new...

View Article

jQuery and input forms

After scrambling to figure out how I'm going to accomplish my next bullet point, I stumbled across this interesting demo of rails using jQuery to have dynamic input forms. ref:...

View Article

002 - Rails Fundamentals (from Models and Migrations to Bundler and Rake)

ref: http://gembundler.com/gemfile.htmlNOTICE: This is an overview/ adumbration, which you should come back to again after building your first app in order to fill in all the gaps. Models, Migrations,...

View Article

005 Rails: From Views to Models -- The flow of data from the user

Ok, in our last iteration of |blog| we wrote of models...

View Article


Web Related - Most Potent Libraries

When you're working on web applications, you don't want to be troubled with dealing with the underlieing technologies (tcp, javascript, html ie5, html ie6, html ie7, html opera 9, html opera10, html...

View Article

Rails: Populate your database with sample data

Your rails app has a special folder where you put "tasks" to be run. This folder is...lib/tasks/Most people have a task that they use to populate their database with "test data". This powerful feat can...

View Article

Rails - How to backup and restore the current status of the database easily

While I'm a huge fan of THIS...

View Article


Rails - Sending delete signals to rails with jQuery since it broke...

UPDATE: This link solves the problem too, although this is still a good read to better know jQuery. http://buddylindsey....-ruby-on-rails/...

View Article


js - unit testing with jasmine

I've been working on a web application side project for several months now and I'm just now to the point where I need to start thinking about refactoring some common javascript code into separate...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images