Displaying 5 results from an estimated 5 matches for "pluginaweek".
2007 Jun 21
0
Testing a Rails plugin
Hi
OK it looks like I''m a convert to BDD :-) Well in principle at least
- let''s see how it turns out.
I''ve just set up a test environment for the Hobo plugin according to
this guide:
http://www.pluginaweek.org/2006/11/24/plugin-tip-of-the-week-
testing-your-plugins-the-right-way/
And then adapted the setup to work with RSpec
In the plugin I now have:
/spec
/spec/unit -- all my specs are here in a hierarchy that mirrors my
plugin''s lib directory
/spec/rails_root -- a complete Rai...
2011 Mar 12
0
preferences gem version 0.4.2
...hich causes the plugin to fail. I''m on Rails 2.3.11. Any
tips on what I should add to get it working? I''m sure the gem wasn''t put on
RubyGems.org just to annoy people that download it ..
The plugin does work. I guess it''s all in the name of the guy that made it,
PLUGINaweek.
CmdJohnson
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+u...
2007 Aug 03
2
Plugins ''speced'' with rSpec?
Hello,
I''m trying to figure out how to setup a spec structure for plugins. I''m
getting pretty lost in figuring out how to isolate a plugin enviornment
emulating rails, but not actually being reflected upon the current rails
project.
What I mean is this, let''s say I have a comment plugin. This has two things
in lib, the comment model (comment.rb) and then the module
2012 Dec 04
0
Empty test suite is run after every rake task
...#39;, ''2.25.0''
gem ''iso8583'', ''0.1.3''
# ----------------------
# plugin gems
# ----------------------
gem ''state_machine'', :path => ''vendor/cache/git/state_machine'' # :git =>
''git://github.com/pluginaweek/state_machine.git''
# ----------------------
gem ''simple_enum''
gem ''meta_search''
gem ''meta_where''
gem ''newrelic_rpm''
gem ''capistrano'', ''2.5.21''
gem ''capistrano-ext'...
2007 Sep 19
49
plugin dependencies
...by core or core doesn''t seem to think it''s
an issue. I''ve looked at the current edge code and don''t see anything
new, so if I''ve missed something *please* let me know.
The following article makes mention of a require_plugin functionality...
http://www.pluginaweek.org/2006/11/05/plugin-dependencies-revisited/
and the referenced article seems to make the point that such a feature
may not be required...
http://weblog.techno-weenie.net/2006/10/31/plugin-dependencies
The reason I bring this up is that with many current core features
being moved to plugins, exi...