similar to: Engines 1.1

Displaying 20 results from an estimated 10000 matches similar to: "Engines 1.1"

2006 Apr 06
0
what''s wrong with engines
sorry to flog a dead horse - but just read through: http://weblog.rubyonrails.com/articles/2005/11/11/why-engines-and-components-are-not-evil-but-distracting I both disagree and agree with that post. The following both seem like good ideas to me: 1. Keep rails core simple 2. Allow 3rd parties to add functionality through plugins I want a simple auth/login system. And I don''t want to
2006 Mar 02
1
Engines SVN repository move
The rails engines SVN repository has now officially moved from its old location on the OpenSVN servers to: http://svn.rails-engines.org/ Please update your SVN externals appropriately, as the continued existence of the old repository is now NOT guaranteed. Engines plugin (official): http://svn.rails-engines.org/plugins/engines Engines plugin (for Edge rails):
2002 Aug 05
0
DOVECOT.PROCONTROL.FI
2013 Dec 07
0
H.264 engine differences between fermi and tesla cards
On Sat, 30 Nov 2013 12:54:45 -0800 Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Thu, Nov 21, 2013 at 5:22 PM, Ilia Mirkin <imirkin at alum.mit.edu> > wrote: > > On Thu, Nov 21, 2013 at 5:07 PM, Benjamin Morris > > <bmorris at nvidia.com> wrote: > >> On 11/19/2013 08:16 PM, Ilia Mirkin wrote: > >>> Hello, > >>> >
2006 Jun 16
0
rake spec controller test output hideus.
Is there any way to change the output of rake spec fails? The errors are just totally over the top ugly and not helpful. First of all the ruby -Ilib line always comes before each test and I find it distracting. But if an error occurs on something that is not nil it just gives me the entire contents of that object and that is no small matter when the object is a HTTP request response. Here is
2006 Aug 07
0
Re: [Engine-users] dry_scaffold
Ed, One of my team members has downloaded your scaffold engine and has used it to quickly build a few MVC setups around some of our existing tables. http://dry.rubyforge.org/ While not everything works, we are really impressed with how much great functionality came straight out of your dry_scaffold. Ajax record handling, search fields, etc. (We don''t yet have the master-detail part
2013 Dec 07
1
H.264 engine differences between fermi and tesla cards
On Fri, Dec 6, 2013 at 7:36 PM, Benjamin Morris <bmorris at nvidia.com> wrote: > I've gathered a few hints regarding H264 video decoding on our hardware. Hopefully some of them will be useful. Very useful! > > First off, regarding naming in general. Our internal names for our video engines differ from the names you've been using. Below is a translation map between the
2007 May 09
3
engines causing problems with mocks
As I delve further into using engines and rspec together I am noticing more strange issues. describe "Requesting /admin/collections using get" do controller_name :admin_collections before(:each) do Collection.stub!(:paginate) end it "should return a collection of collection objects" do get ''index'' response.should be_success
2006 Apr 06
4
Engines 1.1.1
Since a minor change in Rails (renaming the file that the version is stored in, namely) causes a bit of a hiccup for the Engines plugin, here''s a new release, full of bug fixes and other nice things. ALL users of Engines are advised to update their copy of the plugin to get these fixes. The Engines plugin is fully backwards compatible with Rails 1.0. Anyway - to update, please download
2006 May 07
1
Canada on Rails presents.. Riding the Rails Workshop - May 27th & 28th
Canada on Rails presents, Riding the Rails Workshop on May 27th and 28th in Vancouver, BC, Canada. This is a two day intensive workshop for those eager to get into Ruby on Rails. Alex will drive you through the principles behind Ruby on Rails, such as MVC, convention over configuration, Code Generators, and the other core principles driving Ruby on Rails to be the most celebrated technology
2006 Jun 16
0
[ADV] Ruby / RoR Training Camp, Pune (India)
Hello, Reevik Technologies Pvt. Ltd. will be conducting a 5-day training camp on Ruby and Ruby on Rails at Pune,India. Seating is limited to 15 people. Seat allocation will be strictly on a first-come-first-serve basis. Details below: Date: 21st June thru 25th June 2006 Time: 9:00 am to 6:00 pm Place: SICSR,Pune Address: SICSR,Atur Center,Gokhale Cross Road,Model
2007 Feb 05
0
superclass mismatch for class OrderedOptions (TypeError)
ngw@adreadedsunnyday ~/projects/hotchalk$ script/server ./script/../config/boot.rb:28:Warning: require_gem is obsolete. Use gem instead. /opt/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:606: superclass mismatch for class OrderedOptions (TypeError) from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ custom_require.rb:27:in `gem_original_require'' from
2006 May 29
1
installing engines
Hi all, I''m having trouble installing engines. Following all instructions from the site and the readme file and when entering "rake plugindoc --trace" it breaks. The output is under http://pastebin.com/745212. Has anyone a clue? many thanks. PS I''m on rails 1.1.2 ruby 1.8.4 rake 0.7.1 WinXP -- Posted via http://www.ruby-forum.com/.
2007 May 09
0
rspec and engines
Hi, I''ve got an app that has most of the functionality packaged away in a rails engine. Thats all working great but there seem to be loads of problems with running my rspecs when nearly all the app code is in the form of /vendor/plugins/plugin_name /app / controllers
2006 Jan 22
0
Seperation of application specific view/controller stuff
[I posted to Rails Engines Forum but didn''t get a response so I am posting here] I installed both login and user engines and got them working. Thanks for an excellent job! Now, I have some questions on how to customize them without breaking the code or making future upgrades messy. I have several questions and any help will be greatly appreciated. I am designing a student registration
2008 Jul 26
0
"this version of engines plugin requires rails 1.2 or later"
hi! just downloaded the latest version of coupa e-procurement. when i try to run rake db:schema:load i get this error: this version of engines plugin requires rails 1.2 or later doing rails --version returns 2.1.0 any ideas how to go through this? thank you! joey -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message
2006 Mar 15
4
New RadRails tutorial using AWDWR book
Hello there, I am basically a J2EE refugee fascinated with Rails. I have been using the Spring framework (a lightweight J2EE java framework with some special characteristics) but I am so impressed with RoR that I am porting over many applications. In order to "dive into Rails", of course the second thing to do was get myself an IDE, and since I''ve been using Eclipse for the
2006 Mar 20
3
login_engine
Hello, I''m having trouble getting login_engine to work properly. I get the standard login/registration views, but whenever I try to register I get: NoMethodError in User#signup undefined method `password_confirmation='' for #<User:0x408b2f9c> I have login_engine, and engines installed from cvs: http://opensvn.csie.org/rails_engines/plugins/ anyone else had anything
2006 Mar 07
2
LoginEngine problem
The LoginEngine plugin of RailsEngines can be show working well in the video http://rails-engines.rubyforge.org/movies/engines_intro.mov However it does not work on my pc. I have had the rails 1.0 installed as well as worked under windows enviroment. After I have repeated the steps that the video shows,the login action does not take into effect while not redirect to the home action as the
2006 May 29
1
Engine: Active_RBAC not working, missing require
Hi there, I try to install the active_rbac plugin as described in the manual on the active_rbac trac site. The installation through the plugin script was great: ruby script\plugin discover ruby script\plugin install engines ruby script\plugin install active_rbac I set up the environment.rb in rails\config dir correctly to Engines.start :active_rbac But if I try a rake db:migrate:engines