similar to: How Rails-core-team manages its code on github?

Displaying 20 results from an estimated 100000 matches similar to: "How Rails-core-team manages its code on github?"

2007 Aug 07
1
core team email address?
Anybody know if the old rubyonrails.org email address is still valid for questions to the core team? Thanks, Bill --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this
2007 Jun 30
0
Ruby on Rails Developers Needed to Join Global Team
auctionPAL Inc (http://www.auctionpal.com) is seeking to hire 1 or 2 experienced Ruby on Rails developers to join an existing global team of engineers. We have a mixed technology platform using Ruby as a front-end and working with J2EE middleware and mysql databases. This is a great opportunity for experienced RoR developers to join an agile development team and work on some exciting new
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
2008 Oct 22
1
simple dumb rails from datastore question
hi, ive just started learning rails and im trying to make a simple blog app i have the following code on my index page i can add articles ok but i cant display them everything ive tried to put between the h1 tags fails? what should I put between the tags to display the data stores in the body and title fields <%= link_to ''New Article'', :action => ''new''
2007 Feb 20
0
transaction is started before a validation [c/o Rails-Core]
Hi all.. I was going to submit this as a bug...but thought I should learn more first ... When #save is called on an ActiveRecord a transaction is started to catch any potential problems and try and recover from them. This is cool. But.. as a result of the Transaction module being mixed in quite late in the game, the transactions system is one of the *first* things to get initiated.........is
2007 Jan 11
1
Clean sheet, PHP/Java to a Rails core via <insert method>, but secure.
Hi folks, I''ve been working on basic personal rails stuff for a bit now and have reached a point here I have the opportunity to develop something for my job. The basic scenario is this, take a half dozen or more php sites which all have forms; some of which vary, and populate a database. Use that data, re-assemble it and fire it off in xml to a bunch of other companies, grossly over
2007 Jan 23
4
Rails bug reports & patches - why no action?
I have noticed at the dev.rubyonrails.org site that many tickets with pretty clear-cut bug reports/patches or feature enhancements don''t get any attention. They sit there for months at a time. Why is this? Are tickets from those that are not in rails-core deprioritized? Are there just not enough people that have the power to act on tickets? I know it''s not lack of test cases
2007 Nov 07
2
Running Java code in rails
Hi, I saw one java library, and I need to run this java code in rails because this library is written only in java. Does anyone used to experience with that? Can you show me? Any help is really appreciated. Thanks Chamnap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post
2007 Aug 29
2
new to rails, quick (hopefully simple) question
I am brand new to rails and I am attempting to make my first web app. I have quickly run into my first problem however that I can''t seem to get by. It seems like it would be easy to get around (with my knowledge of other languages besides ruby), but I can''t seem to get by it. Right now, I have a note model that contains attributes, :title (string) :content (text) and :tags
2009 Jan 08
1
debug rails code in radrails
Hi I would like to know how to debug rails code. I am using radrail v0.7.2 Thanks in advance Sijo -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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
2007 Mar 28
2
code-metrics for ruby (on rails)
I''m searching for code analysing tools for Ruby (on Rails). I know some tools for Java and DotNet but I can''t seem to find much for Ruby. Things I''m interested in are metrics like coupling (fan-in, fan-out), complexity (McCabe), inheritance nesting levels etc. The only tools I found so far are saikuro(only mccabe) and kwala (seems like a frontend for saikuro) If you
2009 Mar 30
1
where can find open source rails forum code?
Where can find open source rails forum code? I found Beast but Beast maybe close or not update for long time. Where can I find some good forum I can use --~--~---------~--~----~------------~-------~--~----~ 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
2009 Jan 03
0
understanding rails internal architecture
i am currently digging into the rails 2.2.2 source to get a deeper understanding of some features (in particular model-validation) and a better overall insight. most of rails features are encapsulated in a separate module - as far as can see - and wired together through mixins. this makes sense and following the logic in the single modules is easy. but i am getting stuck while puzzling to see it
2008 Mar 17
0
Rails, WML and Videos
Hello everybody, I was asking myself if there is a way to stream videos on mobile phone (using Windows mobile - not iphone), Two possibilities : - Playing videos using flash or something else directly on the IE browser. - Launching the WindowsMedia Player with a RTSP flow to play the video in it. I think the second one is the best one, but i want to be sure, and collect some interesting links
2006 Jun 11
3
[SUMMARY] Rails Core Weekly June 5 - June 11
Dear list, This weeks RCW has a slightly different format than before. After all, since what we want is less bloat, this RCW is less verbose. Please do let me know what you think off-list. *Interesting stuff on the Rails Timeline* _Fixed and commited to trunk:_ An issue with not null columns in SQLite3 migrations(<a
2008 Oct 13
3
list of features to be concluded for create a Rails Demo ?
hey all, i need to create a good & attractive Rails-2.1.1 Demo presentation(with the full working flow) what are the main features should be concluded in presentation ? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2010 Apr 24
1
Rails (3) Engines and Plugins - How to mix application and vendor code?
I''m trying to create several large applications that share 60-80 percent of their functionality. I''d like to find some way to abstract the common functionality into a gem, plugin, or engine which I can then deploy as many times as needed for each application. The catch is each app will definitely need that 20% extra functionality and it may include changes or enhancements to
2007 Jan 29
2
What does Reloadable mean in rails source code?
In the actionpack-1.12.5\lib\action_controller\base.rb, you can see the definition: class Base include Reloadable::Subclasses ... And following is the definition of Reloadable: # Classes that include this module will automatically be reloaded # by the Rails dispatcher when Dependencies.mechanism = :load. module Reloadable class << self def included(base) #nodoc: raise
2006 Sep 26
0
Code coverage of a rails plugin
Guys I''ve been struggling with this one for a couple of hours, and nothing seems to work here, any advice would be duly appreciated... Background: I''m busy working on a plugin called "shared_models", allowing you to easily share models between different applications, running different database or on the same database. The plugin is nearly complete, offering a
2007 Jul 22
2
Seek brilliant Rails programmer to add one field to acts_as_taggable
I''m on the downhill side of a large project that requires an additional integer field to be added to the tag.rb in acts_as_taggable. I feel I have a good understanding of ActiveRecord and have performed the correct migrations. (As a short background for those following this thread) when one wants to add tags to a model they call the ''tag_with'' method that jumps into