...number of attributes that will be set, then call the original method: movie = Movie.find(1) movie.attributes = { title: 'Sunshine', year: '2007' } # Console prints "Setting 2 attributes" # Check that the original #attributes...

makandra Curriculum

Add a reminder to your calendar: Repeat the learnings of the last 10 curriculum cards every other monday Read the article "Parting advice from an older Software Engineer...

...Try to memorize the key takeaways of 1-5 on the list. Watch Dominik's talk "Test-Led Development" (in our library) and try to apply his technique in the...

...to move data between the client (HTML, Javascript) and the server (Ruby, Rails). Step 1: Moving HTML snippets Add a find-as-you-type search to MovieDB. Above the list...

Best results in other decks

DevOps Curriculum

...USA), Singapur(Singapur), Dublin(Irland), (bestimme den Preis selbst) Dieter und Judith reisen für 14 Tage nach New York Karl reist für 30 Tage nach Singapur Maria reist für...

...Tage nach Dublin und 7 Tage nach New York Judith reist 14 Tage nach Singapur Lass dir mit einem SELECT alle Urlaube anzeigen. Dabei sollen folgende columns sichtbar sein: Vorname...

github.com

...options[$storeId] = $collection->toOptionArray(); $this->_optionsDefault[$storeId] = $collection->toOptionArray('default_value'); Speed improved from 1.3ms to 0.7ms: class Sxxx_Xxgs_Model_Resource_Catalog_Product_Option_Collection extends Mage...

...Mage::app()->getCache(), $idPrefix, $tags) ; return $this->_toOptionHash('title', 'option_id'); } } From 3ms to 1ms: /** * Return hash key in iso3 or default iso2. * Always use cache. To flush, click button...

Search in all decks