Displaying 20 results from an estimated 9000 matches similar to: "netvibes tab about rspec"
2007 Jun 06
2
sharing my netvibes tab about rspec
Link was 404 :-(
the correct link is
http://21croissants.blogspot.com/2007/06/rspec-changes-log-rss.html
I should definitely switch from blogger to mephisto ...
Hi,
As I am not a big fan of mailing list, I have created a Yahoo!Pipes to
generate a RSS from the user & developpers mailing list and integrated it
into a netvibes tab. I have also put a few blogs from the rspec authors.
More
2006 Feb 13
8
Netvibes.com / Scriptaculous
Hi list,
Is it possible to create a "dashboard" type application, like
Netvibes.com, w/ script.aculo.us?
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 May 19
2
system of tab
Hello, I would like to create a system of tab by means of Ajax (like
in netvibes). Somebody would have a track(runway). A library to be
used....
Thank you in advance.
2007 Jul 29
2
How to make Draggable Widgets with Placeholders
Hello. I''m trying to do some drag-droppable widgets like
Netvibes.com ...
I''m completely looking for a code like Netvibes. How can I do that
with Prototype or Script.aculo.us?
I want to make them droppable on placeholders like netvibes.
Any ideas or links? Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2008 Apr 29
5
Sharing: dont_repeat_yourself plugin custom RSpec matcher
I wrote a Rails plugin which uses simian to look for duplicates lines in your
code and reports in html format, Textmate or Netbeans.
I wrote it using RSpec and I have included a RSpec custom matcher:
it { rails_application.
with_threshold_of_duplicate_lines(4).
should be_DRY }
If you use Autotest, your specs will fail the next time you do a nasty
copy-paste !!!
More details in
2007 Jan 10
3
Rails 1.2.0 RC2 has 4125 duplicate lines
I have been evaluating the excellent and super fast Similarity Analyser
by Red Hill Consulting to generate a dupplicated lines reports from
Rails 1.2.0 RC2 source code (excluding the tests).
On the 10th of January 2007, Rails 1.2.0 RC2 has 4125 duplicate lines
in 793 blocks in 231 files
* actionmailer has 584 duplicate lines in 107 blocks in 20 files
* actionpack has 718 duplicate lines
2007 Jan 10
1
Solution for undefined method `use_transactional_fixtures=' ... problem
If you see this error message:
undefined method `use_transactional_fixtures='' for
Test::Unit::TestCase:Class (NoMethodError)
You should check all your dependencies, all the lines containing
require and especially require_dependency.
You have probably done a refactoring "Rename" a class and forgot to
propagate the change everywhere!
More details on
2006 Feb 25
1
Re: Strange behaviour with sortable
Hi,
I''m having strange problem with Sortable.
I''m trying to do something like google homepage, netvibes and others with 3
sortable lists, just to prouve someone it''s really easy with scriptaculous.
But maybe it''s not so easy :)
I''ve attached what I did, the code looks good to me but when I drag the
upper left widget to another column, the widget under
2008 Feb 06
1
RSpec 1.1.3 + ZenTest 3.9.1 + Rails 1.2.6 do NOT ignore folders ^vendor/*
Hi,
I just updated to the latest RSpec 1.1.3 + ZenTest 3.9.1.
I also have rspec 1.1.3 installed as a gem
When starting autotest with -v option, there is a lot of noise because
autotest does not ignore the vendor folder, the migrations, etc ...:
Dunno! vendor/plugins/acts_as_solr/solr/lib/jetty-util-6.1.3.jar
Dunno!
2007 May 10
1
RSpec 0.9.4
RSpec 0.9.4 has just been released. Gems haven''t rsync''ed around the
globe yet, so you might have to wait a few hours to install it.
The big news this time is Spec::Ui 0.2.0, which has been released
along with RSpec core. This RSpec extension gives you custom Watir
matchers (custom Selenium-RC matchers are not implemented yet).
Moreover, it comes with a custom KICK ASS formatter
2005 Aug 02
0
New release: Queue Statistics 0.1
As promised, we just released the first version of the asteriskguru
Queue Statistics.
Screenshots and download at:
http://www.asteriskguru.com/tools/queue_stats.php
---
Small description:
The Asteriskguru queue statistics, is a PHP based program, which gives
anyone who uses queueing in Asterisk a deep insight in the quality of
the service which is delivered to their customers. It is fully
2005 Aug 22
0
new version of asteriskguru queue statistics released
This newest version Includes several bugfixes, and optimizations.... The
last release (0.3) turned out to be broken, so everybody using it or
tried using it, should upgrade.
Many thanks to Cliff and Julian for their feedback.
Screenshots and download link at:
http://www.asteriskguru.com/tools/queue_stats.php
---
Small description:
The Asteriskguru queue statistics, is a PHP based program,
2007 May 19
1
RSpec 1.0.0 and a couple of other things
First up, congratulations to the team on RSpec 1.0.0! RSpec is one of
the most vibrant and professionally-run projects in the world of Ruby
open source. Now that there is a commitment to a stable API I think
we''ll see RSpec really take off.
Two quick things...
In the absence of official Spec::UI docs, can Spec::UI be installed
as a Rails plug-in? eg.
script/plugin install
1998 May 25
0
[Q] Copy-File-Problem (with Samba 1.9.18p7 & Win NT4)
Hello,
I got a question concerning SAMBA 1.9.18p7 and Microsoft Developper
Studio (respectively: Copy'ing files in the same directory
does not work)!
Samba is running on a Linux-PC, clients are some Windows
NT 4 SP3 PC's (already including the "EnablePlainTextPassword" -
Entry in the registry).
As some of our developpers are using Microsofts Developper Studio 97
they would
2005 Nov 03
0
sortables w/ hoverclass
Good hello.
I'm confused by the 'hoverclass' option that can be passed to Sortable.create
It works with Droppables.add but (for me) it doesn't seem to do
anything when used with Sortables. (afaik Sortable.create just calls
Droppables.add and passes the hoverclass option through- or at least
it's supposed to)
Not sure if it's broken in the current svn script.aculo.us but
2007 Nov 09
0
iframe is reloading during each sortable drag/drop point
We are creating a simple widget portal for our site and trying to use
Sortables. Each of our widgets is an iframe. But when you try to
drag an element containing an iframe the Sortables api causes the
iframe to reload at each possible drop point. This causes the ui to
shutter and become unusable.
I have narrowed the issue down the onEmptyHover where
dropon.insertBefore is called. Is there a
2005 Dec 01
0
guidelines on "depends" versus "suggests" and R versions
On the topic of when to use "suggests" and "depends" and on R version requirements.
I have cc'd this message to R-devel because I am curious about what
senior developpers think about these issues. The problem arises
because we are using some functions from the package "matchit" in a
new version of our package "portfolio". We are listing the matchit in
2017 Jun 11
1
Question about R developpment
On 10/06/2017 6:09 PM, Duncan Murdoch wrote:
> On 10/06/2017 2:38 PM, Morgan wrote:
>> Hi,
>>
>> I had a question that might not seem obvious to me.
>>
>> I was wondering why there was no patnership between microsoft the R core
>> team and eventually other developpers to improve R in one unified version
>> instead of having different teams developping
2017 Jun 10
4
Question about R developpment
Hi,
I had a question that might not seem obvious to me.
I was wondering why there was no patnership between microsoft the R core
team and eventually other developpers to improve R in one unified version
instead of having different teams developping their own version of R.
Is it because they don't want to team up? Is it because you don't want? Any
particular reasons? Different
2005 Apr 11
2
SVN source windows installer
Can anyone provide me with the windows installer from the last SVN
source code? I only have mac os X and my friends, who use windows,
unfortunately are no developpers and therefore can not create such an
installer nor compile it.
I also want to confirm again, that the latest SVN code fixed the
switch mode bug in 1.0.3. It works like a charm now.
Thanks a lot for the great program,
Thomas