Got 15,842 records that you’d like to export to a file? Using the standard the Rails ActiveRecord::Base#find method will load all 15,842 into memory all at once and return them all in an array. With my new nifty-jifty paginating_find plugin #find can return an enumerable that will load your records in batches of say 1,500 records.
Koz recently checked code into core that kicks and screams all the way home if you’re using deprecated methods or instance variables. In honor of this I’ve decided to give you a list of things I still see over and over in Rails code that you really shouldn’t be doing anymore. Really. Trust me on this.
I'm working on an app now that has to import a big SQL file directly into MySQL to populate the tables with data exported from an older codebase. I don't entirely trust this data, so I wanted to run it all through my model validations to make sure nothing is broken.
This is the official website for the PalmSurv project. On this site you'll find information about the objectives of the project as well as supporting documents and the latest program releases.
Lingala is a Bantu language spoken throughout the northwestern part of the Democratic Republic of the Congo (Congo-Kinshasa) and a large part of the Republic of the Congo (Congo-Brazzaville), as well as to some degree in Angola and the Central African Republic. It has over 10 million speakers. It is classed C.36D under the Guthrie system for classifying Bantu languages and C.40 under the SIL system.
FontBucket gives Palm users a central repository to manage fonts that they use in a variety of software programs. FontBucket is also a developer tool, allowing developers to use those fonts in their own applications.
Data Mining is an analytic process designed to explore data (usually large amounts of data - typically business or market related) in search of consistent patterns and/or systematic relationships between variables, and then to validate the findings by applying the detected patterns to new subsets of data.