Presentations and documents tagged “activerecord”

  • Oracle adapters for Ruby ORMs Oracle adapters for Ruby ORMs from rsim, posted 1 month ago in Technology, Business & Mgmt. 289 views Presentation that I gave in Oracle OpenWorld 2009 unconference
  • CodeIgniter PHP Framework CodeIgniter PHP Framework from Kami_, posted 1 month ago in Technology. 141 views * What is a (web) framework? * MVC design pattern * Why choose CodeIgniter? * CodeIgniter history * Using CodeIgniter (controllers, models, views, helpers, libraries and ActiveRecord) * Useful links and resources * CodeIgniter books
  • ActiveRecord ActiveRecord from RobotDeathSquad, posted 3 months ago in Technology. 81 views Introduction to ActiveRecord
  • Mistakes I've made in Ruby and Rails Mistakes I've made in Ruby and Rails from Bertg, posted 6 months ago in Technology. 1769 views A short presentation on mistakes I've made during the years in ruby and rails
  • Rails and Legacy Databases - RailsConf 2009 Rails and Legacy Databases - RailsConf 2009 from napcs, posted 6 months ago in Technology, Business & Mgmt. 1909 views Slides from my RailsConf 2009 talk showing some methods for using legacy database schemas with the Ruby on Rails framework.
  • Rails3: Stepping off of the golden path Rails3: Stepping off of the golden path from mattetti, posted 6 months ago in Technology. 4848 views video of the talk: http://railsconfcommunity.blip.tv/file/2134521/
  • Rapid Prototyping with PEAR Rapid Prototyping with PEAR from mwolffhh, posted 6 months ago in Technology. 764 views A presentation on how to semi-automatically build CRUD application prototypes using PHP and some PEAR libraries. This was way before Rails became popular and automatic form generation for web applications was not as common as it is now. ...
  • All  That  Jazz All That Jazz from thynctank, posted 6 months ago in Technology, Business & Mgmt. 1123 views An intro to JazzRecord ORM for JavaScript, an agnostic library for managing databases using an ActiveRecord implementation based on Rails
  • MySQLConf2009: Taking ActiveRecord to the Next Level MySQLConf2009: Taking ActiveRecord to the Next ... from snowgiraffe, posted 6 months ago in Technology. 852 views Taking ActiveRecord to the next level contains tips and tricks for using ActiveRecord with enterprise Ruby on Rails Applications. Learn how to import and export multiple records, read off replicas, handle deadlocks, and use temporary tables...
  • Rails and alternative ORMs Rails and alternative ORMs from jondahl, posted 7 months ago in Technology. 667 views Most Rails users are familiar with ActiveRecord. But what does that mean? What is ActiveRecord's approach to object relational mapping? And what are the alternatives?
  • Capacitacion Kumbia PHP Framework Capacitacion Kumbia PHP Framework from cachi, posted 9 months ago in Technology. 2273 views Laminas utilizadas durante la capacitación Fundacite Mérida.
  • DynamicRecord Presentation DynamicRecord Presentation from linoj, posted 10 months ago in Technology. 548 views DynamicRecord extends the Ruby on Rails’ ActiveRecord (AR) object-relational mapping (ORM) module, enabling creation of dynamic attributes that look and behave like standard AR ones without the need to add tables or columns to the database....
  • Replacing ActiveRecord With DataMapper Replacing ActiveRecord With DataMapper from PeterDP, posted 11 months ago in How-to & DIY, Technology. 2832 views Presentation on replacing ActiveRecord with DataMapper in a Ruby on Rails application. Blog posting with info: http://degenportnoy.blogspot.com/2008/12/replacing-activerecord-with-datamapper.html Source: http://github.com/PeterDP/ar2dm
  • Optimización, rendimiento y escalabilidad en ActiveRecord Optimización, rendimiento y escalabilidad en Ac... from eparreno, posted 11 months ago in Technology. 786 views Presentación de la ponencia que realicé en la conferencia Rails 2008 titulada: "Optimización, rendimiento y escalabilidad en ActiveRecord"
  • Sexy infrastruktura Sexy infrastruktura from rarous, posted 2 years ago in Technology. 508 views
  • Kumbia PHP Framework - Inicios, Presente y Futuro Kumbia PHP Framework - Inicios, Presente y Futuro from cachi, posted 2 years ago in Technology. 4047 views En el desarrollo actual de software, las estructuras de soporte de proyectos denominadas framework, se han vuelto comunes gracias a su facilidad de modelado entre las relaciones generales de las entidades de dominio, en torno a esto y sopor...
  • Ruby on Rails Presentation Ruby on Rails Presentation from Joopp, posted 2 years ago in Technology. 1356 views Ruby on Rails Introduction Presentation by Joost Hietbrink (Joopp).
  • Acts as Flux Capacitor Acts as Flux Capacitor from JimCropcho, posted 2 years ago in Technology. 1256 views Acts as Flux Capacitor is a better way to work with time-centric ActiveRecord models. Make it feel good to manipulate objects representing real-world events and/or objects with a finite period of database persistence!
  • New Wave of Database Programming  with Ruby 1.9 on Rails 2.1 New Wave of Database Programming with Ruby 1.9... from a_matsuda, posted 2 years ago in Technology. 3182 views LT Given at RubyKaigi 2008, describing the history of DB programming style, AR, named_scope and named_scope in Ruby 1.9 syntax.
  • How to avoid hanging yourself with Rails How to avoid hanging yourself with Rails from RowanHick, posted 2 years ago in Technology. 3141 views Presentation given to Toronto Rails Project Night, performance tips for ActiveRecord usage