Day 42.
02 Jul 2014describe 'writing code' do
it 'should be good dry code' do
write_application('Meh.', 3)
expect(page).to have_content 'Meh. (★★★☆☆)'
end
end
The journey in the Yelp-like application is continuing. Today we worked on data validations via Active Record, which is the Rails layer responsible for the model and data handling.
I am quite exausted so I don't feel like writing a long post. But I'm quite happy with what we have done so far.
We are able to handle data insertion, validation and handle events on the web page via AJAX.
I think I'll try a better overview of the application when I'll see it finished.
And shout outs to KA, whose Night's Gambit is helping me to be up till late working.
comments powered by Disqus