Rails Workshops
The Rails Workshop is an interactive session that combines the fundamentals of the Ruby Programming Language and the RubyOnRails framework.
The Workshop is full of hands on coding with prebuilt exercises which includes a full functional business driven application with payment gateway integration, ruby coding from the simple to the fairly complex code which would certainly not be complex for you after the Workshop.
What is Rails?
Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. 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.
What will I learn in the Workshop?
- Basics of Ruby Programming Language.
- Practicing agile methodology for building your first web application in Rails.
- The MVC design topology
- Building the Admin subsystem of your application in minutes.
- Versioning your code using SVN
- Versioning your database using Rails::Migrations
- In-depth study of web fundamentals... routing the HTTP requests, dry implemetation using templates, layouts and helpers, detailed study of managing sessions.
- Implementing request filters
- Connecting business objects and databases using Active Record: validations, one-to-many and many-to-many associations, custom methods, validations, etc.
- Using Ajax to create dynamic, user-centric web applications
- Testing your Rails application with unit and functional tests
- Creating custom routes and RESTful approaches
- Deploying your Rails application into a fast-paced world with ease using Capistrano
- Getting the most out of Rails with hard-won lessons, tips, tricks, and best practices
- All the major new features in Rails 2.0.
Who gives the Workshop?
Rails Workshop is conducted by the Geeks, who...
- are passionate programmers
- have more than 10 years of software development experience
- writes Rails Plugins
- writes Ruby Gems
- are Rails Core Contributors
- are Rails Hackfest Winners
Who should attend?
This Workshop is especially for Web Application Programmers. This Workshop is a perfect for you, if you...
- practice or want to learn the object-oriented programming language.
- want to start working on Ruby Programming Langauge with its commercial use.
- want to start working on RubyOnRails framework.
- want to learn coding a commercial production level application in Rails.