+ All Categories
Home > Technology > Rails Place in the World

Rails Place in the World

Date post: 01-Sep-2014
Category:
Upload: stone-crossing-solutions
View: 516 times
Download: 2 times
Share this document with a friend
Description:
Learn how to solve common business problems fast using Ruby on Rails.
Popular Tags:
33
Solving Your Business Problems Fast with Ruby on Rails
Transcript
Page 1: Rails Place in the World

Solving Your Business Problems Fast with Ruby on Rails

Page 2: Rails Place in the World

Tim Hoolihan, CTOStone Crossing Solutions

Rails Place in the World

Page 3: Rails Place in the World

What is Ruby / Rails

• What is Ruby? – Ruby-lang.org

• What is Rails?– RubyOnRails.org

3

Page 4: Rails Place in the World

The Obvious

• Startups / Green Field Applications– Rapid Application– Lots of Built-in Functionality (ORM, Validation, etc)– Friendly Framework for Designers to Integrate in the Project– No Licensing Cost

4

Page 5: Rails Place in the World

What About Enterprise Settings?

• Doesn’t the Enterprise Want Rapid Application Development too?– Convention over Configuration– Rails: Ruby as a Web DSL

• Flexible Language– Rails and Gems provide a lot out of the box

– http://docs.rubygems.org/

5

Page 6: Rails Place in the World

Enterprise continued

• Integration– Rails is a Friendly Sources for Middleware or ETL

• Easy to Expose Database, Web Services (XML, JSON)– Rails can consume Web Services

• For Realtime integration, Rails can call your exposed Service APIs

6

Page 7: Rails Place in the World

Enterprise continued

• Integration Continued– Batch Integration

• Most companies have ETL or Middleware tools that solve integration (non-realtime)

– MySQL or Postgres are the most common for Rails, but Rails can work with a variety of Database vendors:

• SQL Server• Oracle• DB2 and more

7

Page 8: Rails Place in the World

Enterprise continued

• Rails encourages Web Standards– Helps Cross Browser Support– Helps Mobile Support

8

Page 9: Rails Place in the World

Enterprise Practices

• These aspects of Rails aren’t often touted, but they fit right in with larger environments– ActiveRecord (ORM) supports Transactions– ActiveRecord supports Optimistic Concurrency– ActiveRecord supports distributed Caching– Rails supports centralized session server

• Scales Horizontally very well

9

Page 10: Rails Place in the World

Summary

• No tool is a fit in every scenario, but Rails certainly is a good choice for more than just startups and prototypes.

• What business applications are you considering for Rails? Submit a question now and we’ll discuss it during Q&A.

Next – Josh Schramm will do a demonstration of the speed and ease of Ruby.

10

Page 11: Rails Place in the World

Ruby on Rails Live Demo

Building a basic inventory management application

11

Page 12: Rails Place in the World

Stone Supply Requirements

• Web Application• An employee can add a new product• An employee can enter the quantity on hand of a product• An employee can update the quantity when an item is sold• An employee can see a reorder quantity to know when to order

more

12

Page 13: Rails Place in the World

Joe FioriniLean Dog

Ruby – Real Examples

Page 14: Rails Place in the World

About Me

Page 15: Rails Place in the World
Page 16: Rails Place in the World

Within3

Page 17: Rails Place in the World
Page 18: Rails Place in the World
Page 19: Rails Place in the World
Page 20: Rails Place in the World
Page 21: Rails Place in the World
Page 22: Rails Place in the World

Enterprise Integration

Page 23: Rails Place in the World
Page 24: Rails Place in the World
Page 25: Rails Place in the World

Automate Business Processes

Page 26: Rails Place in the World
Page 27: Rails Place in the World

Full Text Search

Page 28: Rails Place in the World

Code Generation

Page 29: Rails Place in the World

Deployment / Management

Page 30: Rails Place in the World
Page 31: Rails Place in the World

Productive tools

Page 32: Rails Place in the World

Productive tools + proper planning

Page 33: Rails Place in the World

= Better Software, Faster


Recommended