Greetings! Today i learnt a bit on HTML, CSS and then proceeded with Chapter 10 of Learn Rails by Example In HTML i worked with image tag <img> from w3schools I learnt the following things in <img> tag <img> tag is used to insert an image into an HTML document There is no closing tag [...]
Archive for the ‘Days @ Slashprog’ Category
Day 77 @ Slashprog Technologies
Posted in Days @ Slashprog on March 17, 2011 | Leave a Comment »
Day 72 @ Slashprog Technologies
Posted in Days @ Slashprog on March 10, 2011 | Leave a Comment »
Greetings! Today i started to watch Chapter 10 of Learn Rails by Example Its a very long screencast approximately about 2 and half hours I just watched and practised the first half an hour of the screencast This lesson completes updating, deleting and showing users The first step is to write test case for the [...]
Day 66 @ Slashprog Technologies
Posted in Days @ Slashprog on February 26, 2011 | Leave a Comment »
Hai, Today we ( teammates ) spent time with our mentor Chandrashekar sir We discussed with the user stories for our next project While talking about it, our sir mentored us in a topic, “Time Management“ He told about how to manage the time to make us productive on every day. I recollected my friend, [...]
Day 65 @ Slashprog Technologies
Posted in Days @ Slashprog on February 24, 2011 | Leave a Comment »
Hai, Today i completed watching and working with Chapter 9 of Learn Rails by Example I learnt on how to generate a successful Sign up, Sign in and Sign out methodologies But i faced show stoppers in this lesson. Hope, it will get solved working with it one more time and reading the book The [...]
Day 64 @ Slashprog Technologies
Posted in Days @ Slashprog on February 23, 2011 | 1 Comment »
Hai Today i worked the exercises at the end of Chapter 8 of Learn Rails by Example and watched the Chapter 9 screencast Working with Chapter 8 Exercises Question 1: Write tests to check for the presence of each field (name, email, password, password_confirmation) on the signup form. Solution Since i dont know to give [...]
Day 63 @ Slashprog Technologies
Posted in Days @ Slashprog on February 22, 2011 | Leave a Comment »
Greetings! Today i completed working with Chapter 8 of Learn Rails by Example From this lesson, i learnt to create a functioning ‘Sign Up‘ form The first step is to write test cases matching the valid information entered by the user Writing success test case if the attributes are valid spec/controllers/users_controller_spec.rb Add code to save [...]
Day 62 @ Slashprog Technologies
Posted in Days @ Slashprog on February 21, 2011 | Leave a Comment »
Hai Since we had a power cut in the morning for 3 hours i started to work from 1p.m. Today i watched and worked with half of Chapter 8 – Learn Rails by Example So far, this lesson taught me How to create a Sign Up form ? To write a failure test case if [...]
Day 61 @ Slashprog Technologies
Posted in Days @ Slashprog on February 17, 2011 | Leave a Comment »
Greetings Today i completed watching and working with Chapter 7 of Learn Rails by Example This lesson introduced me to learn various concepts such as How to authenticate users using password Migrations, Validations Virtual Attributes Private Methods Active Record Callback Password encryption The first step is to include the two attributes password, password_confirmation in the [...]
Day 59 @ Slashprog Technologies
Posted in Days @ Slashprog on February 15, 2011 | Leave a Comment »
Hai Today i completed working with Chapter 6 Learn Rails by example In the second half of Chapter 6, i learnt how to validate the name and email by writing the test code The ‘name’ attribute is tested for its presence and length The ‘email’ attribute is tested for its presence, format and uniqueness ( [...]
Day 58 @ Slashprog Technologies
Posted in Days @ Slashprog on February 10, 2011 | Leave a Comment »
Greetings! Today i completed watching Chapter 6 of Learn Rails by Example It lasted for 1 hour and 30 minutes This chapter is dedicated to modeling ( in database level ) and viewing users for the application I worked on the first 30 minutes of the video tutorial I learnt to do database operations ( [...]