.Net, Rails, and other stuff

Sai Jyothi Prasad Ponduru's learning blog

Wednesday, November 25, 2015

git: clear credentials cache

Clear git credentials cache:

cd .git-credential-cache/
rm -rf .git-credential-cache
Sai Jyothi Prasad Ponduru at 6:49 AM No comments:

Monday, November 16, 2015

Ruby: Metaprogramming

https://rubymonk.com/learning/books/2-metaprogramming-ruby/chapters/32-introduction-to-metaprogramming/lessons/75-being-meta
Metaprogramming is the act of writing code that operates on code rather than on data. This involves inspecting and modifying a program as it runs using constructs exposed by the language.

Sai Jyothi Prasad Ponduru at 8:55 PM No comments:

Sunday, November 15, 2015

Rails - helper & helper_method

Rails - helper & helper_method

http://stackoverflow.com/questions/3992659/in-rails-what-exactly-do-helper-and-helper-method-do
Sai Jyothi Prasad Ponduru at 11:13 PM No comments:

Monday, November 2, 2015

Rails: Converting an array of objects to activerecordrelation

http://stackoverflow.com/a/24448317
Sai Jyothi Prasad Ponduru at 8:37 PM No comments:

Rails: How to remove items from a ActiveRecord Query's Resultset

http://stackoverflow.com/questions/7514620/how-to-remove-items-from-activerecord-query-resultset

User 'reject'
Sai Jyothi Prasad Ponduru at 2:35 AM No comments:

Sunday, November 1, 2015

Ruby: Checking if a variable is defined?

http://stackoverflow.com/a/288726
Sai Jyothi Prasad Ponduru at 10:40 PM No comments:
‹
›
Home
View web version

About Me

Sai Jyothi Prasad Ponduru
View my complete profile
Powered by Blogger.