Displaying 2 results from an estimated 2 matches for "subscriptionpayment".
Did you mean:
subscriptionpayments
2009 Apr 10
0
MySql Memory Error
I am getting the following error when I try the following code.
controller.rb
def index
@stats = SubscriptionPayment.stats if params[:page].blank?
@subscriptions = Subscription.paginate(:include => :account, :page
=> params[:page], :per_page => 30, :order => ''accounts.name'')
end
index.html.erb
<% @page_title = ''Subscriptions'' %>
<% if @stats %>...
2004 Oct 25
1
Rails 0.8: Just shy of 100 additions, changes, tweaks, and fixes!
...uot;ruby" but will get the one used based on the Ruby
runtime configuration. [Marcel Molina Jr.]
* Fixed Dispatcher so it''ll route requests to magic_beans to
MagicBeansController/magic_beans_controller.rb [Caio Chassot]
* "new_controller MagicBeans" and "new_model SubscriptionPayments" will
now both behave properly as they use the new Inflector.
* Fixed problem with MySQL foreign key constraint checks in Rake
:clone_production_structure_to_test target [Andreas Schwarz]
* Changed WEBrick server to by default be auto-reloading, which is
slower but makes source change...