Giter VIP home page Giter VIP logo

redmine_carousel's People

Contributors

giemsky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

redmine_carousel's Issues

Undefined method 'carousels'

Hi.
When i enable carousel module i got error 500

Log here

ActionView::TemplateError (undefined method `carousels' for #Project:0x7fe5461c2a18) on line #1 of vendor/plugins/redmine_carousel/app/views/carousels/_index.html.erb:
1: <% if @project.carousels.empty? %>
2:

<%= l(:label_no_data) %>


3: <% else %>
4:

Details about my configuration here

About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.7.2
Rack version 1.3
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Edge Rails revision unknown
Application root /usr/share/redmine
Environment production
Database adapter mysql
Database schema version 20120216120038

About your Redmine plugins
Redmine Process Frameworks plugin 0.0.1
Tab Plugin 0.3.1
Screenshot Paste 1.1.1
Redmine Hudson plugin 1.0.7
Redmine Theme Changer plugin 0.0.5
Redmine Local Avatars plugin 0.1.0
Redmine Auto Done 100% 0.0.1
Redmine Tracker Control plugin 1.0.1
Redmine Sql Reports plugin 0.3.2
Redmine Close Button plugin 0.0.7
Redmine Better Gantt Chart plugin 0.6.1
Redmine Issue Checklist plugin 1.0.0
Redmine Graph Activities plugin 0.0.2
Redmine Carousel plugin 1.2.0
Redmine Advanced Issues plugin 0.0.4
Redmine Repository plugin 0.0.2
Redmine Bookmarks plugin 1.0.1
Redmine - Ldap Sync 1.1.0
Redmine Default Version plugin 0.0.1
Issues XLS export 0.1.3
Redmine Light Box plugin 0.0.1
Issue Importer 1.0
Redmine Dnoise Workload plugin 0.0.1
Redmine Commit Relation Editor plugin 0.0.4
DMSF 1.2.2
Redcase 1.0 alpha 0.149
Extended fields 0.1.0
Redmine Code Review plugin 0.4.6

rake aborted! undefined method `workday?' for Time:Class

First off, I am a complete new-be with ruby. I installed your plugin and tried to add the rake at the cron file. My redmine 1.0.1. is running on Ubuntu 10.4.1. I followed your instructions for installing carousel plugin. When I try to add the cron job i get the following:

RAILS_ENV=production rake carousel:run --trace
rake aborted!
undefined method workday?' for Time:Class /var/www/railsapp/vendor/plugins/redmine_carousels/lib/core_ext/time.rb:3:inworktime?'
/var/www/railsapp/vendor/plugins/redmine_carousels/lib/tasks/carousel.rake:4
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in call' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:inexecute'
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in each' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:inexecute'
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in invoke_with_call_chain' /usr/local/lib/ruby/1.8/monitor.rb:242:insynchronize'
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in invoke_with_call_chain' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:ininvoke'
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in invoke_task' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:intop_level'
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in each' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:intop_level'
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in standard_exception_handling' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:intop_level'
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:instandard_exception_handling'
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31 /usr/local/bin/rake:19:inload'
/usr/local/bin/rake:19
(in /var/www/railsapp)
** Invoke carousel:run (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute carousel:run

Fix for Japanese message

For more natural Japanese expressions, could you add changes as follows? To translate into Japanese, "Start (begin) at XXX" becomes "XXXから開始" (not "から開始XXX".) In this case, It is not better to translate it literally

--- config/locales/ja.yml   2012-02-06 11:33:13.284161624 +0900
+++ /var/lib/redmine/vendor/plugins/redmine_carousel/config/locales/ja.yml  2012-01-26 15:20:54.488233267 +0900
@@ -12,6 +12,6 @@
   label_months: "月"

   field_period: "間隔"
-  field_last_run: "最終実行日"
+  field_last_run: "最終実行日時"
   field_members: "メンバー"
-  field_begin_at: "から開始"
\ No newline at end of file
+  field_begin_at: "開始日時"

Thanks.

Carousel stop generating any tasks

Hello.
Carousel is very useful plugin for us and it's working fine.
But some days ago it stopped to work :(
I can't understand why it can't generate tasks any more.
I created test task with 2 min period and ran

redmine-1.2.0# rake carousel:run RAILS_ENV=production --trace
(in /home/web_app/production/redmine/redmine-1.2.0)
** Invoke carousel:run (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute carousel:run

But without any task generation.
How I can debug this ?

Thank you.

Start date - Due date

Hello Grzegorz,
Is it possible to add in Next version start date and due date feature, like one on the screenshot ?
http://img42.imageshack.us/img42/8725/caorusel.png
Start-Date:If I want that task must be start not today but after one week, or if I want task every friday - I will check as start day near friday.
Due-Date:If I want task for only one friday as example.

Thank you in advance.

An example of config/business_time.yml

Hello Grzegorz,
Can you please provide a simple example of config/business_time.yml(Set up you working time and holidays in the config file)

Does this correct? :
BusinessTime::Config.beginning_of_workday = "10:00am"
BusinessTime::Config.end_of_workday = "7:00pm"

BusinessTime::Config.holidays << my_birthday
6.business_hours.after(Time.parse("August 3rd, 3:00pm"))

Introducing business_time - http://blog.codesherpas.com/on_the_path/2010/04/introducing-business_time.html

Not working

Hi,

I've installed Carousel in Redmine. We have Redmine 1.0.4.stable.4450 (MySQL) running in Ubuntu. It installed without problems. I activate it in the project settings tab and give rights to the user to manage carousels, but I cannot find the page how to manage the carousel. Did I miss something?

Upgrade Carousel from 1.0.1 to 1.1.0

Hello, Grzegorz.
I was very glad to see new features in Carousel 1.1.0 !
Thank you for implementation.

Tried to upgrade:

cd /home/redminebt/redmine-1.2.0/vendor/plugins
mv redmine_carousel/ redmine_carousel_1.0.1
git clone git://github.com/gmiklaszewski/redmine_carousel.git
cd ../../
rake db:migrate_plugins RAILS_ENV=production

and I get the errors:

==  AddBeginAtColumnToCarousels: migrating ====================================
-- add_column(:carousels, :begin_at, :datetime, {:null=>false})
   -> 0.4002s
==  AddBeginAtColumnToCarousels: migrated (0.4017s) ===========================

Migrating redmine_carousel_1.1.0...
==  CreateCarousels: migrating ================================================
-- create_table(:carousels)
rake aborted!
An error has occurred, all later migrations canceled:

Mysql::Error: Table 'carousels' already exists: CREATE TABLE `carousels` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `project_id` int(11), `period` int(11), `last_run` datetime, `active` tinyint(1) DEFAULT 0, `auto_assign` text) ENGINE=InnoDB

(See full trace by running task with --trace)
touch tmp/restart.txt

And now I see 2 Carousel tabs and can't see my tasks:
http://img708.imageshack.us/img708/589/carouselr.png
I can't open the second tab.
But in db I can see my tasks.

 show tables;

|carousel_issues|
|carousels|
|carousels_members|

select id,name from carousels;

+----+-------------------------------------------------------------------------------------------------------------------------+
| id | name |
+----+-------------------------------------------------------------------------------------------------------------------------+
| 11 | Disable Monty's referral commission |
| 12 | Export member emails |
| 13 | Weekly Report1 |
| 14 | Weekly Report: 1 |
+----+-------------------------------------------------------------------------------------------------------------------------+

Tried to downgrade, but with no success.
Two tabs remained and migration failed.

Please explain how I can upgrade to version 1.1.0 ?

Thank you.

Add examples

This looks interesting, but I can't tell from the description exactly what this would be good for. Can you provide a couple of example scenarios?

Internal Server Error

I am trying to configure Carousel on a test project on our redmine install. However when i go into the settings for the project and then into Carousels i get an internal server error message:

Internal error

An error occurred on the page you were trying to access.
If you continue to experience problems please contact your Redmine administrator for assistance.

If you are the Redmine administrator, check your log files for details about the error.

Back

I am not sure why this could be, i also noticed that the plugins section in the admin page lists the version as 1.0.1 even though i downloaded and copied the files from the 1.1.0 release. I did originally download the 1.0.1 files and put these in the plugin folder but have since copied the newer ones over but the version number remains the same.

I am not sure how to check the logs on redmine so i cant provide much more information that that at the moment

Installation issue - undefined method `parse' for nil:NilClass

Hello Grzegorz,

I have some issue with plugin installation

My installation instruction:
1.

gem install business_time

2.
nano config/environment.rb

config.gem "business_time"

3.

nano config/database.yml

 development:
  adapter: mysql
  database: redmine
  host: localhost
  username: redmine
  password: ******
  encoding: utf

(without this step I can't generate config in step 4)
4.

./script/generate business_time_config

 create  config/initializers/business_time.rb
 create  config/business_time.yml

5.

git clone https://github.com/gmiklaszewski/redmine_carousel.git
rake db:migrate_plugins RAILS_ENV=production

root@ubuntu:/home/redmine/redmine-1.1# RAILS_ENV=production rake db:migrate_plugins
(in /home/redmine/redmine-1.1)
rake aborted!
undefined method `parse' for nil:NilClass

or full trace:

root@ubuntu:/home/redmine/redmine-1.1# RAILS_ENV=production rake db:migrate_plugins --trace
(in /home/redmine/redmine-1.1)
** Invoke db:migrate_plugins (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
undefined method `parse' for nil:NilClass
/var/lib/gems/1.8/gems/business_time-0.3.1/lib/business_time/config.rb:50:in `load'
/var/lib/gems/1.8/gems/business_time-0.3.1/lib/business_time/config.rb:48:in `each'
/var/lib/gems/1.8/gems/business_time-0.3.1/lib/business_time/config.rb:48:in `load'
/home/redmine/redmine-1.1/config/initializers/business_time.rb:1
/var/lib/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:147:in `load_without_new_constant_marking'
/var/lib/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:147:in `load'
/var/lib/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:622:in `load_application_initializers'
/var/lib/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:621:in `each'
/var/lib/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:621:in `load_application_initializers'
/var/lib/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:176:in `process'
/var/lib/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:113:in `send'
/var/lib/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:113:in `run'
/home/redmine/redmine-1.1/config/environment.rb:20
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
/var/lib/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
/var/lib/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in `new_constants_in'
/var/lib/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
/var/lib/gems/1.8/gems/rails-2.3.5/lib/tasks/misc.rake:4
/usr/lib/ruby/1.8/rake.rb:617:in `call'
/usr/lib/ruby/1.8/rake.rb:617:in `execute'
/usr/lib/ruby/1.8/rake.rb:612:in `each'
/usr/lib/ruby/1.8/rake.rb:612:in `execute'
/usr/lib/ruby/1.8/rake.rb:578:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/usr/lib/ruby/1.8/rake.rb:571:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/rake.rb:588:in `invoke_prerequisites'
/usr/lib/ruby/1.8/rake.rb:585:in `each'
/usr/lib/ruby/1.8/rake.rb:585:in `invoke_prerequisites'
/usr/lib/ruby/1.8/rake.rb:577:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/usr/lib/ruby/1.8/rake.rb:571:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/rake.rb:564:in `invoke'
/usr/lib/ruby/1.8/rake.rb:2027:in `invoke_task'
/usr/lib/ruby/1.8/rake.rb:2005:in `top_level'
/usr/lib/ruby/1.8/rake.rb:2005:in `each'
/usr/lib/ruby/1.8/rake.rb:2005:in `top_level'
/usr/lib/ruby/1.8/rake.rb:2044:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:1999:in `top_level'
/usr/lib/ruby/1.8/rake.rb:1977:in `run'
/usr/lib/ruby/1.8/rake.rb:2044:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:1974:in `run'
/usr/bin/rake:28

Redmine 1.1.3
Gems:

#gem list
*** LOCAL GEMS ***
actionmailer (2.3.11, 2.3.5)
actionpack (2.3.11, 2.3.5)
activerecord (2.3.11, 2.3.5)
activeresource (2.3.11, 2.3.5)
activesupport (2.3.11, 2.3.5)
acts-as-taggable-on (2.0.6)
acts_as_taggable_on_steroids (1.2)
Ascii85 (1.0.1)
business_time (0.3.1)
daemon_controller (0.2.6)
fastthread (1.0.7)
file-tail (1.0.5)
holidays (1.0.1)
i18n (0.4.2)
icalendar (1.1.6)
mysql (2.8.1)
passenger (3.0.5)
pdf-reader (0.9.2)
prawn (0.11.1)
rack (1.1.2, 1.0.1)
rails (2.3.11, 2.3.5)
rake (0.8.7)
spruz (0.2.5)
ttfunk (1.0.1)

How I can fix this ?
Thank you.

Issue Start&Due Dates

Hello,
I noticed on my setup that the issue created have no Start Date (Only the update date), I hope it is not a bug in my config. If not I would suggest to allow us to specify the Issue Start & Due Dates at the carousel creation in the form of a delta from the carousel run time. So we could track overdue tasks also for the ones created with carousel.
In addition to that why not add also the estimated time....

PS : If I look in the "plugins" list of my Redmine it displays version 1.0.1 but if I check the file CHANGELOG in the redmine_carousel folder I see 1.1 (and because I have minutes in the carousel period I'm quite sure I'm in 1.1).

Thank you

Patrick

Versioned releases

Hi,

Thanks for the plugin. Where is it packaged as in 1.2, 1.3 etc.? I could see only a master branch.

Indefinite date

Carousel is very useful plug-in, but in my opinion it is necessary to allow user to specify exact date where to initiate first issue creation. For example, if I wish to register an issue on Fridays, I have to create carousel on Friday and never else.

And the next run of carousel would better depend on initial date rather than last run date, because running may be delayed for holidays. Again, if I have carousel with period of 1 week, first it will run on Fridays, but since on Friday appears a holiday, carousel will be delayed and continue on Mondays. This is inconvenient.

Error while saving project settings after installation of redmine_carousel

I've installed this very cool plugin. The plugin works fine but now I can't edit my project settings of any project. I always get the following error message:

Processing ProjectsController#howegonline (for 10.117.99.168 at 2010-11-23 08:35:55) [POST]
Parameters: {"commit"=>"Speichern", "action"=>"howegonline", "authenticity_token"=>"f7axg/dM4h83OSUGZdQVB2WTNXzlleaVgy2OPTjr+vk=", "project"=>{"issue_custom_field_ids"=>[""], "name"=>"Howeg Online Shop", "tracker_ids"=>["1", "2", "4", ""], "homepage"=>"", "parent_id"=>"", "is_public"=>"0", "description"=>"Laufender Ausbau des Howeg Online Shop"}, "controller"=>"projects"}
Rendering template within layouts/base
Rendering common/404 (404)
Filter chain halted as [:find_project] rendered_or_redirected.
Completed in 25ms (View: 21, DB: 0) | 404 Not Found [http://redmine/projects/howegonline]

I'm using the latest stable redmine version 1.0.3.

Do you know this problem?
Thanks for any help!

Renzo

NoMethodError in Carousels#edit (Problem with BitNami Redmine 1.4.1 on Windows)

Вzień dobry, pan Miklaszewski!

I have installed Carousel plugin into BitNami redmine.
Full notes on installation are here: http://www.yetanotherquant.de/misc/redmine_notes/
But I get the following error (which I can get rid of if I simply remove the line <%= error_messages_for :carousel %> in _tabular_form.html.erb):

NoMethodError in Carousels#edit
Showing vendor/plugins/redmine_carousel/app/views/carousels/_tabular_form.html.erb where line #1 raised:

undefined method `errors' for :carousel:Symbol

Extracted source (around line #1):

1: <%= error_messages_for :carousel %>
2:


3:


4: <%= tabular_form.text_field :name, :required => true %>

Trace of template inclusion: vendor/plugins/redmine_carousel/app/views/carousels/edit.html.erb

RAILS_ROOT: C:/BitNami/apps/redmine

Application Trace | Framework Trace | Full Trace
C:/BitNami/apps/redmine/app/helpers/application_helper.rb:954:in error_messages_for' C:/BitNami/apps/redmine/app/helpers/application_helper.rb:954:inmap'
C:/BitNami/apps/redmine/app/helpers/application_helper.rb:954:in error_messages_for' C:/BitNami/apps/redmine/app/helpers/application_helper.rb:927:inlabelled_tabular_form_for'
C:/BitNami/apps/redmine/vendor/plugins/redmine_carousel/app/views/carousels/_tabular_form.html.erb:1:in _run_erb_vendor47plugins47redmine_carousel47app47views47carousels47_tabular_form46html46erb_locals_object_tabular_form' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:insend'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:in render' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:306:inwith_template'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:30:in render' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable_partial.rb:20:inrender'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:30:in benchmark' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable_partial.rb:19:inrender'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/template.rb:205:in render_template' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable_partial.rb:44:inrender_partial'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:184:in render_partial' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:267:inrender'
C:/BitNami/apps/redmine/vendor/plugins/redmine_carousel/app/views/carousels/edit.html.erb:5:in _run_erb_vendor47plugins47redmine_carousel47app47views47carousels47edit46html46erb' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/form_helper.rb:499:infields_for'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/form_helper.rb:282:in form_for' C:/BitNami/apps/redmine/vendor/plugins/redmine_carousel/app/views/carousels/edit.html.erb:3:in_run_erb_vendor47plugins47redmine_carousel47app47views47carousels47edit46html46erb'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:in send' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:inrender'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:306:in with_template' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:30:inrender'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/template.rb:205:in render_template' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:265:inrender'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:348:in _render_with_layout' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:262:inrender'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1252:in render_for_file' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:936:inrender_without_benchmark'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:51:in render' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17:inms'
C:/BitNami/ruby/lib/ruby/1.8/benchmark.rb:308:in realtime' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17:inms'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:51:in render' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1328:indefault_render'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1334:in perform_action_without_filters' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:617:incall_filters'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:610:in perform_action_without_benchmark' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68:inperform_action_without_rescue'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17:in ms' C:/BitNami/ruby/lib/ruby/1.8/benchmark.rb:308:inrealtime'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17:in ms' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68:inperform_action_without_rescue'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/rescue.rb:160:in perform_action_without_flash' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/flash.rb:151:inperform_action'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:532:in send' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:532:inprocess_without_filters'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:606:in process' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:391:inprocess'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:386:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/routing/route_set.rb:438:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:87:in dispatch' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:121:in_call'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:130:in build_middleware_stack' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:29:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:29:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/query_cache.rb:34:incache'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:9:in cache' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:28:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/head.rb:9:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/methodoverride.rb:24:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/params_parser.rb:15:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/session/cookie_store.rb:99:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/failsafe.rb:26:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/lock.rb:11:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/lock.rb:11:in synchronize' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/lock.rb:11:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:106:in call' C:/BitNami/apps/redmine/config/initializers/mongrel_cluster_with_rails_211_fix.rb:62:indispatch_cgi'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:101:in dispatch_cgi' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:27:indispatch'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/rails.rb:76:in process' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/rails.rb:74:insynchronize'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/rails.rb:74:in process' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:159:inprocess_client'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:158:in each' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:158:inprocess_client'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:285:in run' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:285:ininitialize'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:285:in new' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:285:inrun'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:268:in initialize' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:268:innew'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:268:in run' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/configurator.rb:282:inrun'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/configurator.rb:281:in each' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/configurator.rb:281:inrun'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/mongrel_rails:128:in run' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/command.rb:212:inrun'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/mongrel_rails:281
C:/BitNami/ruby/bin/mongrel_rails:19:in load' C:/BitNami/ruby/bin/mongrel_rails:19 C:/BitNami/apps/redmine/app/helpers/application_helper.rb:954:inerror_messages_for'
C:/BitNami/apps/redmine/app/helpers/application_helper.rb:954:in map' C:/BitNami/apps/redmine/app/helpers/application_helper.rb:954:inerror_messages_for'
C:/BitNami/apps/redmine/vendor/plugins/redmine_carousel/app/views/carousels/_tabular_form.html.erb:1:in _run_erb_vendor47plugins47redmine_carousel47app47views47carousels47_tabular_form46html46erb_locals_object_tabular_form' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:insend'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:in render' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:306:inwith_template'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:30:in render' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable_partial.rb:20:inrender'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:30:in benchmark' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable_partial.rb:19:inrender'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/template.rb:205:in render_template' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable_partial.rb:44:inrender_partial'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/partials.rb:184:in render_partial' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:267:inrender'
C:/BitNami/apps/redmine/vendor/plugins/redmine_carousel/app/views/carousels/edit.html.erb:5:in _run_erb_vendor47plugins47redmine_carousel47app47views47carousels47edit46html46erb' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/form_helper.rb:499:infields_for'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/helpers/form_helper.rb:282:in form_for' C:/BitNami/apps/redmine/app/helpers/application_helper.rb:927:inlabelled_tabular_form_for'
C:/BitNami/apps/redmine/vendor/plugins/redmine_carousel/app/views/carousels/edit.html.erb:3:in _run_erb_vendor47plugins47redmine_carousel47app47views47carousels47edit46html46erb' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:insend'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:34:in render' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:306:inwith_template'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/renderable.rb:30:in render' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/template.rb:205:inrender_template'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:265:in render' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:348:in_render_with_layout'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_view/base.rb:262:in render' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1252:inrender_for_file'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:936:in render_without_benchmark' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:51:inrender'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17:in ms' C:/BitNami/ruby/lib/ruby/1.8/benchmark.rb:308:inrealtime'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17:in ms' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:51:inrender'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1328:in default_render' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:1334:inperform_action_without_filters'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:617:in call_filters' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:610:inperform_action_without_benchmark'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68:in perform_action_without_rescue' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17:inms'
C:/BitNami/ruby/lib/ruby/1.8/benchmark.rb:308:in realtime' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17:inms'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68:in perform_action_without_rescue' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/rescue.rb:160:inperform_action_without_flash'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/flash.rb:151:in perform_action' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:532:insend'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:532:in process_without_filters' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/filters.rb:606:inprocess'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:391:in process' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/base.rb:386:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/routing/route_set.rb:438:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:87:indispatch'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:121:in _call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:130:inbuild_middleware_stack'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:29:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:29:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in cache' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:9:incache'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/query_cache.rb:28:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/head.rb:9:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/methodoverride.rb:24:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/params_parser.rb:15:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/session/cookie_store.rb:99:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/failsafe.rb:26:incall'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/lock.rb:11:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/lock.rb:11:insynchronize'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/lock.rb:11:in call' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:106:incall'
C:/BitNami/apps/redmine/config/initializers/mongrel_cluster_with_rails_211_fix.rb:62:in dispatch_cgi' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:101:indispatch_cgi'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:27:in dispatch' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/rails.rb:76:inprocess'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/rails.rb:74:in synchronize' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/rails.rb:74:inprocess'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:159:in process_client' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:158:ineach'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:158:in process_client' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:285:inrun'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:285:in initialize' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:285:innew'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:285:in run' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:268:ininitialize'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:268:in new' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel.rb:268:inrun'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/configurator.rb:282:in run' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/configurator.rb:281:ineach'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/configurator.rb:281:in run' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/mongrel_rails:128:inrun'
C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/lib/mongrel/command.rb:212:in run' C:/BitNami/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/mongrel_rails:281 C:/BitNami/ruby/bin/mongrel_rails:19:inload'
C:/BitNami/ruby/bin/mongrel_rails:19

Period in munutes

Hello Grzegorz,
Is it possible to create task every 10-20-30 minutes ?

Thanks.

Tickets generated 50 in 1 day on a 1 per day setting

Ok,

So this seems to be just what I was looking for. Set up and install went great. But when I set up a set carousel with a repeat of 1 per day, I noticed that it actually created about 400 task with them being generated at about 5 minutes apart. I have checked , double checked and triple checked that I do have it set on 1 per day.

What could I check, What could I post to you to help me figure out what is wrong lol.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.