search for: seekingalpha

Displaying 20 results from an estimated 28 matches for "seekingalpha".

2007 Jan 02
4
allow stubbing of previously defined methods such as "id"
On my current project I needed to create a stub that responded correctly to the id message. Here''s the change I put into my copy of head. Index: lib/mocha/mock_methods.rb =================================================================== --- lib/mocha/mock_methods.rb (revision 1114) +++ lib/mocha/mock_methods.rb (working copy) @@ -68,6 +68,7 @@ method_names =
2006 Jun 26
2
RailsConf DVD ?
Hi All, I saw spurious mentions on a few blogs of a DVD being made available of RailsConf presentations. However none seemed to have a who/what/when/where attached to them, thus might just be pure speculation. Anyone know of an official source/effort being made for a DVD? Would be well keen for copy if one is to be made available.... Cheers Rowan --- http://raili.st/ -------------- next part
2006 Jun 02
5
Firefox extension for ajax debugging
or similar... Is there any extension for firefox so that I can view the source code of ajax returned content? Thanks everybody.
2011 Jan 31
1
httpd-access.log parsing and graph construction.
...to perform these tasks. Any thoughts? Please reply privately. Respectfully, Jeff. Jeff Hamann, PhD PO Box 1421 Corvallis, Oregon 97339-1421 541-754-2457 jeff.hamann[at]forestinformatics[dot]com jeff.d.hamann[at]gmail[dot]com http://www.forestinformatics.com http://forufus.blogspot.com/ http://seekingalpha.com/author/jeff-d-hamann > [[alternative HTML version deleted]]
2006 Jul 13
2
Intel Mac, Rails, MYSQL - access denied
Hi, Nuby on Rails here trying to bring up an existing app on a new installation. The whole ruby/rails/mysql/lighty installation was done per the much touted "hivelogic article" that runs through all the steps. I am running into a permission error when I try to do a rake migrate to set up a session database needed by this existing app. Extracted from the trace... ** Execute
2006 Jul 24
4
List etiquette question
I''ve written a little ruby/rails hangman-ish app to keep my wife occupied at work that I think list members might also find interesting. I''m new to this list so I wanted to see if it would be considered bad form to post the link before I did. There aren''t any ads so I''m not getting anything out of more visitors, but I still didn''t want to take the
2006 Jul 06
1
migrations work from script/console, but not command line
...the migrations must be valid, and I can verify that tables are created or destroyed in the database. Does anyone have any idea why this would happen? Platform is mac os x, Rails 1.12, Ruby 1.84, etc, just playing around with the Simplelog blog app. - rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com
2006 Jul 11
0
better way to include helpers into application controller/test_helper?
...at class level def self.text_helper Helper.instance end # instance level def text_helper Helper.instance end # include text_helper as singleton class Helper include Singleton include ActionView::Helpers::TextHelper end - Rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com
2006 Jul 12
3
Most efficient way to "increment" a string?
I have members with usernames. In the event that a new member requests an already-existing username, I''d like to automatically "increment" a next-best string: johnny johnny1 johnny2 Knowing RoR, my gut tells me there''s some elegant, concise way to do this, but I can''t think of it. Any advice? -- Posted via http://www.ruby-forum.com/.
2006 Jul 31
0
problems testing helpers - link_to and url_for don''t work...
...separation, so just doing a StubController doesn''t cut it. - figure out why the UrlHelper doesn''t see the @controller when doing link_to/url_for/etc - roll these changes into Geoffrey''s plugin or a new one... any thoughts? - Rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com
2006 Jun 01
1
adding color to autotest output
...nyone had a quick an easy way to add color to the autotest output. I just want a nice green splash somewhere on success, and red on failure - I miss the Eclipse xUnit plugin''s easy feedback where I didn''t have to read log output. =) - rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com
2007 Apr 10
0
mongrel and log_level
...levels, because the logger is initialized way before the ''development_cached.rb'' file is ever loaded (for example). I''m guessing this is more a Rails issue then a Mongrel issue, so maybe I should open or search for a ticket there? - Rob -- http://robsanheim.com http://seekingalpha.com
2006 Sep 16
1
Selenium Vs Zentest
I would like to know which one is better. Zentest seems to lack good documentation whereas Selenium seems to be having good documentation. TIA --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2006 Nov 04
0
Book Review: Ruby for Rails
...nheim.com/2006/10/04/ruby-for-rails-by-david-a-black-book-review/ The quick summary: "A fantastic guide to Ruby for programmers of all skill levels - up there with the PickAxe and may even surpasses it". Thought some might find it useful. - Rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com
2006 May 31
2
Milwaukee Ruby User Group Meeting
The Milwaukee Ruby User''s Group is pleased to announce it''s first meeting. Date: June 7, 2006 - Wednesday Time: 5:30 - 7:30 p.m. Location: SpiderLogic, Conference Room 1 on first floor 10000 West Innovation Dr. Milwaukee, WI 53266 Map ==> http://tinyurl.com/olprl Look for Medical College of Wisconsin / Wipfli sign outside Very Tentative Agenda: 5.30 -
2006 Jun 29
9
Handling multiple developers making migrations and using svn
Hey all, I''ve run into an interesting scenario that I think some of you might have some suggestions on. I am currently working on a RoR project and we are making full use of the migrations. We are also using a subversion repository for our source control. Now, the problem.... We are both making migrations and checking them into SVN. So, if in our checkout we have migrations up to 10 and
2006 Jun 28
8
[OT] rimuhosting and VPS experiences wanted
All - I am considering signing up for hosting at rimuhosting for rails, PHP, and email, and would like to hear some personal experiences with their service, especially compared to shared hosting services like Dreamhost. Please email me off-list at ken.liu.pub [at] gmail.com. Thanks Ken
2006 Nov 24
4
good HTML, CSS, JavaScript design mail lists?
Rails People, I like the Rails mail-list. I find a lot of good info here. Can anyone recommend a good mail-list which discusses the usage of HTML, CSS, JavaScript and Ajax? -Peter -- Peter Smith GoodJobFastCar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://GoodJobFastCar.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2006 Jun 29
14
TDD and migrations?
TDD, SVN and migrations seem to be a natural combination for model development: create a test, add the column with a migration, write the code, and check it all in when you''re done. The trouble is that this ends up creating one migration per field. I guess it''s not horrible in and of itself, but it does have a code smell to it. Has anyone come up with a different way of doing
2006 Jul 10
8
Setup new data in the test database _after_ unit test runs
All, I want to run automated unit tests as part of my build. I am building to my test environment. Upon successful completion of all of my unit tests, I would then like to load some data (using a fixture, I imagine) into my test database that will act as fresh "system test" data for my users to play with. What is the best way to "load the standard system test/user acceptance