Displaying 3 results from an estimated 3 matches for "3dox".
Did you mean:
3dos
2013 Oct 18
1
Rails 4 + AngularJs (unembedded client) integration sample
Hi everybody,
I''m experimenting with Rails and AngularJs (as unembedded client) and
decided to upload to a public github repository my efforts.
Of course, everything is just a toy application I use to experiment and
test on various stuff (there''s absolutely no production ready nor
TDD/BDD backed code).
As of now a very basic login/signup feature is implemented and
2013 Sep 06
1
How to get local variable name from object id or memory reference in ruby?
Follow the code :-
class Sample
def bar
p method(__method__).receiver # only `self` would do the trick.
end
end
n1=Sample.new # => #<Sample:0x13bc648>
n2=Sample.new # => #<Sample:0x13bc630>
n1.bar # => #<Sample:0x13bc648>
n2.bar # => #<Sample:0x13bc630>
But this is my try. I am looking for any method is available in
Ruby,into which say if I pas
2013 May 18
3
You have already activated rake 10.0.4, but your Gemfile requires rake 10.0.3.
I''m careful to create separate gemsets for each project, so when I run
bundle install, it only installs gems for that gemset. This way gems
dont creep into the wrong projects. Now I just pulled a project from
github. I made sure I was in the correct gemset, and then I run bundle
install and it works fine. but then when I use rake to create the
database "rake db:create". I get